Searched refs:wc_cnt (Results 1 – 1 of 1) sorted by relevance
835 static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt) in rxe_peek_cq() argument842 return (count > wc_cnt) ? wc_cnt : count; in rxe_peek_cq()