Searched refs:wc_cnt (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1996 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
2000 int wc_cnt);
2886 * @wc_cnt: A minimum number of unreaped completions to check for.
2888 * If the number of unreaped completions is greater than or equal to wc_cnt,
2889 * this function returns wc_cnt, otherwise, it returns the actual number of
2892 int ib_peek_cq(struct ib_cq *cq, int wc_cnt);
2931 * @wc_cnt: The number of unreaped completions that should be on the
2934 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) argument
2937 cq->device->req_ncomp_notif(cq, wc_cnt) :

Completed in 103 milliseconds