Searched refs:mthca_srq (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/dev/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() 134 static void mthca_free_srq_buf(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq_buf() 142 struct mthca_srq *srq) in mthca_alloc_srq_buf() 194 struct ib_srq_attr *attr, struct mthca_srq *srq) in mthca_alloc_srq() 313 static inline int get_srq_refcount(struct mthca_dev *dev, struct mthca_srq *srq) in get_srq_refcount() 324 void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq) in mthca_free_srq() 362 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_modify_srq() 385 struct mthca_srq *srq = to_msrq(ibsrq); in mthca_query_srq() [all …]
|
| HD | mthca_provider.h | 224 struct mthca_srq { struct 331 static inline struct mthca_srq *to_msrq(struct ib_srq *ibsrq) in to_msrq() 333 return container_of(ibsrq, struct mthca_srq, ibsrq); in to_msrq()
|
| HD | mthca_dev.h | 509 struct mthca_srq *srq); 515 struct ib_srq_attr *attr, struct mthca_srq *srq); 516 void mthca_free_srq(struct mthca_dev *dev, struct mthca_srq *srq); 523 void mthca_free_srq_wqe(struct mthca_srq *srq, u32 wqe_addr);
|
| HD | mthca_cq.c | 279 struct mthca_srq *srq) in mthca_cq_clean() 545 struct mthca_srq *srq = to_msrq((*cur_qp)->ibqp.srq); in mthca_poll_one()
|
| HD | mthca_provider.c | 445 struct mthca_srq *srq; in mthca_create_srq()
|
| /freebsd-13-stable/sys/modules/mthca/ |
| HD | Makefile | 21 mthca_srq.c \
|
| /freebsd-13-stable/sys/conf/ |
| HD | files | 4849 dev/mthca/mthca_srq.c optional mthca pci ofed \
|