Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c79 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()
[all …]