Home
last modified time | relevance | path

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

/linux-3.4.99/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.h559 struct mthca_sqp *sqp);
Dmthca_qp.c297 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()
Dmthca_provider.c594 qp = kmalloc(sizeof (struct mthca_sqp), GFP_KERNEL); in mthca_create_qp()