Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_verbs.c840 static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt) in rxe_peek_cq() argument
845 return (count > wc_cnt) ? wc_cnt : count; in rxe_peek_cq()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h2299 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
2301 int (*req_ncomp_notif)(struct ib_cq *cq, int wc_cnt);
3939 static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt) in ib_req_ncomp_notif() argument
3942 cq->device->ops.req_ncomp_notif(cq, wc_cnt) : in ib_req_ncomp_notif()