Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A 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-6.6/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1166 static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt) in rxe_peek_cq() argument
1173 return (count > wc_cnt) ? wc_cnt : count; in rxe_peek_cq()
/kernel/linux/linux-5.10/include/rdma/
H A 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);
3936 * @wc_cnt: The number of unreaped completions that should be on the
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()
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h2355 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);

Completed in 22 milliseconds