Searched refs:mlx4_ib_qp (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
D | qp.c | 113 static int is_tunnel_qp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_tunnel_qp() 123 static int is_sqp(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_sqp() 151 static int is_qp0(struct mlx4_ib_dev *dev, struct mlx4_ib_qp *qp) in is_qp0() 174 static void *get_wqe(struct mlx4_ib_qp *qp, int offset) in get_wqe() 179 static void *get_recv_wqe(struct mlx4_ib_qp *qp, int n) in get_recv_wqe() 184 static void *get_send_wqe(struct mlx4_ib_qp *qp, int n) in get_send_wqe() 194 static void stamp_send_wqe(struct mlx4_ib_qp *qp, int n) in stamp_send_wqe() 337 bool is_user, bool has_rq, struct mlx4_ib_qp *qp, in set_rq_size() 382 enum mlx4_ib_qp_type type, struct mlx4_ib_qp *qp) in set_kernel_sq_size() 447 struct mlx4_ib_qp *qp, in set_user_sq_size() [all …]
|
D | mlx4_ib.h | 323 struct mlx4_ib_qp { struct 640 struct mlx4_ib_qp *qp1_proxy[MLX4_MAX_PORTS]; 715 static inline struct mlx4_ib_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() 717 return container_of(ibqp, struct mlx4_ib_qp, ibqp); in to_mqp() 720 static inline struct mlx4_ib_qp *to_mibqp(struct mlx4_qp *mqp) in to_mibqp() 722 return container_of(mqp, struct mlx4_ib_qp, mqp); in to_mibqp() 852 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, 910 int mlx4_ib_steer_qp_reg(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp,
|
D | cq.c | 581 static void use_tunnel_data(struct mlx4_ib_qp *qp, struct mlx4_ib_cq *cq, struct ib_wc *wc, in use_tunnel_data() 608 static void mlx4_ib_qp_sw_comp(struct mlx4_ib_qp *qp, int num_entries, in mlx4_ib_qp_sw_comp() 635 struct mlx4_ib_qp *qp; in mlx4_ib_poll_sw_comp() 658 struct mlx4_ib_qp **cur_qp, in mlx4_ib_poll_one() 881 struct mlx4_ib_qp *cur_qp = NULL; in mlx4_ib_poll_cq()
|
D | main.c | 1267 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in add_gid_entry() 1304 int mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, in mlx4_ib_add_mc() 1841 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_attach() 1898 static struct mlx4_ib_gid_entry *find_gid_entry(struct mlx4_ib_qp *qp, u8 *raw) in find_gid_entry() 1919 struct mlx4_ib_qp *mqp = to_mqp(ibqp); in mlx4_ib_mcg_detach() 2280 struct mlx4_ib_qp *qp; in mlx4_ib_update_qps() 2576 INIT_RDMA_OBJ_SIZE(ib_qp, mlx4_ib_qp, ibqp), 2943 int mlx4_ib_steer_qp_reg(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, in mlx4_ib_steer_qp_reg() 3071 struct mlx4_ib_qp *mqp; in mlx4_ib_handle_catas_error()
|