Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_verbs.c866 static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt) in rxe_peek_cq() argument
876 return (count > wc_cnt) ? wc_cnt : count; in rxe_peek_cq()
/Linux-v5.15/include/rdma/
Dib_verbs.h2325 int (*peek_cq)(struct ib_cq *cq, int wc_cnt);