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()
561 struct mthca_sqp *sqp,
299 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()
548 qp = kzalloc(sizeof(struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()