Searched refs:mlx4_ib_qp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/modules/mlx4ib/
H A DMakefile15 mlx4_ib_qp.c \
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c86 struct mlx4_ib_qp qp;
125 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp)
130 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp)
140 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp)
168 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp)
191 static void *get_wqe(struct mlx4_ib_qp *qp, int offset)
196 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n)
201 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n)
215 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size)
245 static void post_nop_wqe(struct mlx4_ib_qp *q
[all...]
H A Dmlx4_ib.h298 struct mlx4_ib_qp { struct
595 struct mlx4_ib_qp *qp1_proxy[MLX4_MAX_PORTS];
684 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp)
686 return container_of(ibqp, struct mlx4_ib_qp, ibqp);
689 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp)
691 return container_of(mqp, struct mlx4_ib_qp, mqp);
832 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,
890 int mlx4_ib_steer_qp_reg(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,
H A Dmlx4_ib_cq.c580 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc,
606 static void mlx4_ib_qp_sw_comp(struct mlx4_ib_qp *qp, int num_entries,
633 struct mlx4_ib_qp *qp;
656 struct mlx4_ib_qp **cur_qp,
875 struct mlx4_ib_qp *cur_qp = NULL;
H A Dmlx4_ib_main.c1311 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
1348 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,
1884 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
1941 static struct mlx4_ib_gid_entry *find_gid_entry(struct mlx4_ib_qp *qp, u8 *raw)
1962 struct mlx4_ib_qp *mqp = to_mqp(ibqp);
2292 struct mlx4_ib_qp *qp;
2911 int mlx4_ib_steer_qp_reg(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,
3038 struct mlx4_ib_qp *mqp;

Completed in 178 milliseconds