Home
last modified time | relevance | path

Searched refs:mthca_qp (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c241 struct mthca_qp *qp; in mthca_qp_event()
967 struct mthca_qp *qp) in mthca_adjust_qp_caps()
992 struct mthca_qp *qp, in mthca_alloc_wqe_buf()
1084 struct mthca_qp *qp) in mthca_free_wqe_buf()
1093 struct mthca_qp *qp) in mthca_map_memfree()
1125 struct mthca_qp *qp) in mthca_unmap_memfree()
1134 struct mthca_qp *qp) in mthca_alloc_memfree()
1167 struct mthca_qp *qp, in mthca_alloc_qp_common()
1298 struct mthca_qp *qp, in mthca_alloc_qp()
1374 struct mthca_qp *qp, in mthca_alloc_sqp()
[all …]
H A Dmthca_provider.h253 struct mthca_qp { struct
311 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp()
313 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp()
H A DMakefile6 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
H A Dmthca_dev.h531 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send,
540 struct mthca_qp *qp,
550 struct mthca_qp *qp,
552 void mthca_free_qp(struct mthca_dev *dev, struct mthca_qp *qp);
H A Dmthca_cq.c373 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe()
480 struct mthca_qp **cur_qp, in mthca_poll_one()
659 struct mthca_qp *qp = NULL; in mthca_poll_cq()
H A Dmthca_provider.c461 struct mthca_qp *qp = to_mqp(ibqp); in mthca_create_qp()
1098 INIT_RDMA_OBJ_SIZE(ib_qp, mthca_qp, ibqp),