Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/sw/rxe/
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()
/Linux-v6.6/include/rdma/
Dib_verbs.h2355 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);