Lines Matching refs:mlx4_ib_sqp
79 struct mlx4_ib_sqp { struct
124 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp()
126 return container_of(mqp, struct mlx4_ib_sqp, qp); in to_msqp()
864 struct mlx4_ib_sqp *sqp = NULL; in create_qp_common()
916 sqp = kzalloc(sizeof(struct mlx4_ib_sqp), GFP_KERNEL); in create_qp_common()
1569 struct mlx4_ib_sqp *sqp = to_msqp((to_mqp(ibqp))); in mlx4_ib_create_qp()
1631 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_destroy_qp()
1694 static void store_sqp_attrs(struct mlx4_ib_sqp *sqp, const struct ib_qp_attr *attr, in store_sqp_attrs()
2771 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_modify_qp()
2796 static int build_sriov_qp0_header(struct mlx4_ib_sqp *sqp, in build_sriov_qp0_header()
2945 static int build_mlx_header(struct mlx4_ib_sqp *sqp, const struct ib_ud_wr *wr, in build_mlx_header()
3462 struct mlx4_ib_sqp *sqp = to_msqp(qp); in _mlx4_ib_post_send()