wc_cnt            868 drivers/infiniband/sw/rxe/rxe_verbs.c static int rxe_peek_cq(struct ib_cq *ibcq, int wc_cnt)
wc_cnt            873 drivers/infiniband/sw/rxe/rxe_verbs.c 	return (count > wc_cnt) ? wc_cnt : count;
wc_cnt           2271 include/rdma/ib_verbs.h 	int (*peek_cq)(struct ib_cq *cq, int wc_cnt);
wc_cnt           2273 include/rdma/ib_verbs.h 	int (*req_ncomp_notif)(struct ib_cq *cq, int wc_cnt);
wc_cnt           3920 include/rdma/ib_verbs.h static inline int ib_req_ncomp_notif(struct ib_cq *cq, int wc_cnt)
wc_cnt           3923 include/rdma/ib_verbs.h 		cq->device->ops.req_ncomp_notif(cq, wc_cnt) :