Searched refs:mthca_qp (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_qp.c | 196 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp() 202 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0() 208 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() 217 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() 241 struct mthca_qp *qp; in mthca_qp_event() 328 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags() 434 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() 563 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() 862 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() 931 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size() [all …]
|
H A D | mthca_provider.h | 253 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 D | mthca_dev.h | 531 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 D | Makefile | 6 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
|
H A D | mthca_cq.c | 373 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 D | mthca_provider.c | 461 struct mthca_qp *qp = to_mqp(ibqp); in mthca_create_qp() 1099 INIT_RDMA_OBJ_SIZE(ib_qp, mthca_qp, ibqp),
|