Home
last modified time | relevance | path

Searched refs:mthca_srq (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_srq.c72 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 …]
HDmthca_provider.h221 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()
HDmthca_dev.h507 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);
HDMakefile6 mthca_provider.o mthca_memfree.o mthca_uar.o mthca_srq.o \
HDmthca_cq.c278 struct mthca_srq *srq) in mthca_cq_clean()
543 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one()
HDmthca_provider.c474 struct mthca_srq *srq; in mthca_create_srq()
/NextBSD/contrib/ofed/libmthca/src/
HDmthca.h169 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);
HDsrq.c46 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()
HDcq.c297 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()
HDverbs.c397 struct mthca_srq *srq; in mthca_create_srq()
/NextBSD/sys/modules/mthca/
HDMakefile9 SRCS+= mthca_reset.c mthca_srq.c mthca_uar.c
/NextBSD/sys/conf/
HDfiles4207 ofed/drivers/infiniband/hw/mthca/mthca_srq.c optional mthca \