Home
last modified time | relevance | path

Searched refs:mlx4_ib_qp (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
HDmlx4_ib_qp.c86 struct mlx4_ib_qp qp;
125 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp()
130 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_tunnel_qp()
140 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_sqp()
168 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0()
191 static void *get_wqe(struct mlx4_ib_qp *qp, int offset) in get_wqe()
196 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe()
201 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe()
215 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n, int size) in stamp_send_wqe()
245 static void post_nop_wqe(struct mlx4_ib_qp *qp, int n, int size) in post_nop_wqe()
[all …]
HDmlx4_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) in to_mqp()
686 return container_of(ibqp, struct mlx4_ib_qp, ibqp); in to_mqp()
689 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp()
691 return container_of(mqp, struct mlx4_ib_qp, mqp); in to_mibqp()
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,
HDmlx4_ib_cq.c580 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc, in use_tunnel_data()
606 static void mlx4_ib_qp_sw_comp(struct mlx4_ib_qp *qp, int num_entries, in mlx4_ib_qp_sw_comp()
633 struct mlx4_ib_qp *qp; in mlx4_ib_poll_sw_comp()
656 struct mlx4_ib_qp **cur_qp, in mlx4_ib_poll_one()
875 struct mlx4_ib_qp *cur_qp = NULL; in mlx4_ib_poll_cq()
HDmlx4_ib_main.c1311 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry()
1348 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, in mlx4_ib_add_mc()
1884 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach()
1941 static struct mlx4_ib_gid_entry *find_gid_entry(struct mlx4_ib_qp *qp, u8 *raw) in find_gid_entry()
1962 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach()
2292 struct mlx4_ib_qp *qp; in mlx4_ib_update_qps()
2911 int mlx4_ib_steer_qp_reg(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, in mlx4_ib_steer_qp_reg()
3038 struct mlx4_ib_qp *mqp; in mlx4_ib_handle_catas_error()
/freebsd-11-stable/sys/modules/mlx4ib/
HDMakefile15 mlx4_ib_qp.c \
/freebsd-11-stable/sys/conf/
HDfiles4482 dev/mlx4/mlx4_ib/mlx4_ib_qp.c optional mlx4ib pci ofed \