Searched refs:mthca_qp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.h | 263 struct mthca_qp { struct 291 struct mthca_qp qp; argument 336 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() 338 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp() 341 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
|
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() 429 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() 551 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() 850 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() 915 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_dev.h | 544 void mthca_free_err_wqe(struct mthca_dev *dev, struct mthca_qp *qp, int is_send, 553 struct mthca_qp *qp, 565 void mthca_free_qp(struct mthca_dev *dev, struct mthca_qp *qp);
|
H A 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() 664 struct mthca_qp *qp = NULL; in mthca_poll_cq()
|
H A D | mthca_provider.c | 474 struct mthca_qp *qp; in mthca_create_qp() 1148 #define mthca_ib_qp mthca_qp in mthca_register_device()
|
/freebsd/sys/modules/mthca/ |
H A D | Makefile | 19 mthca_qp.c \
|
/freebsd/sys/conf/ |
H A D | files | 4818 dev/mthca/mthca_qp.c optional mthca pci ofed \
|