Searched refs:mthca_qp (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | mthca.h | 132 struct mthca_qp **table; 206 struct mthca_qp { struct 278 static inline struct mthca_qp *to_mqp(struct ibv_qp *ibqp) in to_mqp() 354 void mthca_init_qp_indices(struct mthca_qp *qp); 364 enum ibv_qp_type type, struct mthca_qp *qp); 365 struct mthca_qp *mthca_find_qp(struct mthca_context *ctx, uint32_t qpn); 366 int mthca_store_qp(struct mthca_context *ctx, uint32_t qpn, struct mthca_qp *qp); 368 int mthca_free_err_wqe(struct mthca_qp *qp, int is_send,
|
| HD | qp.c | 61 static void *get_recv_wqe(struct mthca_qp *qp, int n) in get_recv_wqe() 66 static void *get_send_wqe(struct mthca_qp *qp, int n) in get_send_wqe() 71 void mthca_init_qp_indices(struct mthca_qp *qp) in mthca_init_qp_indices() 104 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_send() 337 struct mthca_qp *qp = to_mqp(ibqp); in mthca_tavor_post_recv() 445 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_send() 710 struct mthca_qp *qp = to_mqp(ibqp); in mthca_arbel_post_recv() 781 enum ibv_qp_type type, struct mthca_qp *qp) in mthca_alloc_qp_buf() 899 struct mthca_qp *mthca_find_qp(struct mthca_context *ctx, uint32_t qpn) in mthca_find_qp() 909 int mthca_store_qp(struct mthca_context *ctx, uint32_t qpn, struct mthca_qp *qp) in mthca_store_qp() [all …]
|
| HD | cq.c | 176 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() 291 struct mthca_qp **cur_qp, in mthca_poll_one() 463 struct mthca_qp *qp = NULL; in mthca_poll_cq()
|
| HD | verbs.c | 511 struct mthca_qp *qp; in mthca_create_qp()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_provider.h | 260 struct mthca_qp { struct 288 struct mthca_qp qp; argument 333 static inline struct mthca_qp *to_mqp(struct ib_qp *ibqp) in to_mqp() 335 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp() 338 static inline struct mthca_sqp *to_msqp(struct mthca_qp *qp) in to_msqp()
|
| HD | 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() 330 static __be32 get_hw_access_flags(struct mthca_qp *qp, const struct ib_qp_attr *attr, in get_hw_access_flags() 431 struct mthca_qp *qp = to_mqp(ibqp); in mthca_query_qp() 554 struct mthca_qp *qp = to_mqp(ibqp); in __mthca_modify_qp() 856 struct mthca_qp *qp = to_mqp(ibqp); in mthca_modify_qp() 921 static int mthca_max_data_size(struct mthca_dev *dev, struct mthca_qp *qp, int desc_sz) in mthca_max_data_size() [all …]
|
| HD | Makefile | 5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
|
| HD | 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);
|
| HD | mthca_cq.c | 377 struct mthca_qp *qp, int wqe_index, int is_send, in handle_error_cqe() 484 struct mthca_qp **cur_qp, in mthca_poll_one() 664 struct mthca_qp *qp = NULL; in mthca_poll_cq()
|
| HD | mthca_provider.c | 546 struct mthca_qp *qp; in mthca_create_qp()
|
| /NextBSD/sys/modules/mthca/ |
| HD | Makefile | 8 SRCS+= mthca_mr.c mthca_pd.c mthca_profile.c mthca_provider.c mthca_qp.c
|
| /NextBSD/contrib/ofed/libmthca/ |
| HD | ChangeLog | 317 mthca_return_cap): Eliminate struct mthca_qp.qpt field and use
|
| /NextBSD/sys/conf/ |
| HD | files | 4203 ofed/drivers/infiniband/hw/mthca/mthca_qp.c optional mthca \
|