Searched refs:mthca_qp (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 261 struct mthca_qp { struct 289 struct mthca_qp qp; argument 334 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() 336 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp() 339 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
|
D | mthca_qp.c | 195 static int is_sqp(struct mthca_dev *dev, struct mthca_qp *qp) in is_sqp() 201 static int is_qp0(struct mthca_dev *dev, struct mthca_qp *qp) in is_qp0() 207 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() 216 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() 240 struct mthca_qp *qp; in mthca_qp_event() 326 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags() 427 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() 546 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() 844 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() 908 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size() [all …]
|
D | Makefile | 5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
|
D | mthca_dev.h | 541 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, 550 struct mthca_qp *qp); 560 void mthca_free_qp(struct mthca_dev *dev, struct mthca_qp *qp);
|
D | mthca_cq.c | 378 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() 485 struct mthca_qp **cur_qp, in mthca_poll_one() 667 struct mthca_qp *qp = NULL; in mthca_poll_cq()
|
D | mthca_provider.c | 515 struct mthca_qp *qp; in mthca_create_qp()
|