Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_provider.h288 struct mthca_sqp { struct
339 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
341 return container_of(qp, struct mthca_sqp, qp); in to_msqp()
Dmthca_dev.h561 struct mthca_sqp *sqp,
Dmthca_qp.c299 static void store_attrs(struct mthca_sqp *sqp, const struct ib_qp_attr *attr, in store_attrs()
1371 struct mthca_sqp *sqp, in mthca_alloc_sqp()
1499 static int build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, in build_mlx_header()
Dmthca_provider.c548 qp = kzalloc(sizeof(struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()