Searched refs:mthca_srq (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_srq.c | 72 static void *get_wqe(struct mthca_srq *srq, int n) in get_wqe() 97 struct mthca_srq *srq, in mthca_tavor_init_srq_context() 115 struct mthca_srq *srq, in mthca_arbel_init_srq_context() 140 static void mthca_free_srq_buf(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq_buf() 148 struct mthca_srq *srq) in mthca_alloc_srq_buf() 200 struct ib_srq_attr *attr, struct mthca_srq *srq) in mthca_alloc_srq() 328 static inline int get_srq_refcount(struct mthca_dev *dev, struct mthca_srq *srq) in get_srq_refcount() 339 void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq() 380 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_modify_srq() 409 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_query_srq() [all …]
|
| HD | mthca_provider.h | 221 struct mthca_srq { struct 328 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() 330 return container_of(ibsrq, struct mthca_srq, ibsrq); in to_msrq()
|
| HD | mthca_dev.h | 507 struct mthca_srq *srq); 513 struct ib_srq_attr *attr, struct mthca_srq *srq); 514 void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq); 521 void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr);
|
| HD | Makefile | 6 mthca_provider.o mthca_memfree.o mthca_uar.o mthca_srq.o \
|
| HD | mthca_cq.c | 278 struct mthca_srq *srq) in mthca_cq_clean() 543 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one()
|
| HD | mthca_provider.c | 474 struct mthca_srq *srq; in mthca_create_srq()
|
| /NextBSD/contrib/ofed/libmthca/src/ |
| HD | mthca.h | 169 struct mthca_srq { struct 273 static inline struct mthca_srq *to_msrq(struct ibv_srq *ibsrq) in to_msrq() 324 void __mthca_cq_clean(struct mthca_cq *cq, uint32_t qpn, struct mthca_srq *srq); 325 void mthca_cq_clean(struct mthca_cq *cq, uint32_t qpn, struct mthca_srq *srq); 338 struct mthca_srq *srq); 339 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind);
|
| HD | srq.c | 46 static void *get_wqe(struct mthca_srq *srq, int n) in get_wqe() 65 void mthca_free_srq_wqe(struct mthca_srq *srq, int ind) in mthca_free_srq_wqe() 84 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_tavor_post_srq_recv() 186 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_arbel_post_srq_recv() 254 struct mthca_srq *srq) in mthca_alloc_srq_buf()
|
| HD | cq.c | 297 struct mthca_srq *srq; in mthca_poll_one() 549 void __mthca_cq_clean(struct mthca_cq *cq, uint32_t qpn, struct mthca_srq *srq) in __mthca_cq_clean() 593 void mthca_cq_clean(struct mthca_cq *cq, uint32_t qpn, struct mthca_srq *srq) in mthca_cq_clean()
|
| HD | verbs.c | 397 struct mthca_srq *srq; in mthca_create_srq()
|
| /NextBSD/sys/modules/mthca/ |
| HD | Makefile | 9 SRCS+= mthca_reset.c mthca_srq.c mthca_uar.c
|
| /NextBSD/sys/conf/ |
| HD | files | 4207 ofed/drivers/infiniband/hw/mthca/mthca_srq.c optional mthca \
|