Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c81 struct mlx4_ib_sqp { struct
126 static struct mlx4_ib_sqp *to_msqp(struct mlx4_ib_qp *mqp) in to_msqp()
128 return container_of(mqp, struct mlx4_ib_sqp, qp); in to_msqp()
997 struct mlx4_ib_sqp *sqp = NULL; in create_qp_common()
1050 sqp = kzalloc(sizeof(struct mlx4_ib_sqp), GFP_KERNEL); in create_qp_common()
1657 struct mlx4_ib_sqp *sqp = to_msqp((to_mqp(ibqp))); in mlx4_ib_create_qp()
1716 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_destroy_qp()
1779 static void store_sqp_attrs(struct mlx4_ib_sqp *sqp, const struct ib_qp_attr *attr, in store_sqp_attrs()
2855 struct mlx4_ib_sqp *sqp = to_msqp(mqp); in mlx4_ib_modify_qp()
2880 static int build_sriov_qp0_header(struct mlx4_ib_sqp *sqp, in build_sriov_qp0_header()
[all …]