Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mthca/
Dmthca_provider.h290 struct mthca_sqp { struct
341 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
343 return container_of(qp, struct mthca_sqp, qp); in to_msqp()
Dmthca_dev.h561 struct mthca_sqp *sqp);
Dmthca_qp.c298 static void store_attrs(struct mthca_sqp *sqp, const struct ib_qp_attr *attr, in store_attrs()
1351 struct mthca_sqp *sqp) in mthca_alloc_sqp()
1478 static int build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, in build_mlx_header()
Dmthca_provider.c599 qp = kmalloc(sizeof (struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()