Searched refs:mthca_sqp (Results 1 – 4 of 4) sorted by relevance
288 struct mthca_sqp { struct339 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()
559 struct mthca_sqp *sqp);
297 static void store_attrs(struct mthca_sqp *sqp, const struct ib_qp_attr *attr, in store_attrs()1348 struct mthca_sqp *sqp) in mthca_alloc_sqp()1475 static int build_mlx_header(struct mthca_dev *dev, struct mthca_sqp *sqp, in build_mlx_header()
594 qp = kmalloc(sizeof (struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()