Lines Matching refs:cq
222 rpcrdma_sendcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_sendcq_poll() argument
231 rc = ib_poll_cq(cq, RPCRDMA_POLLSIZE, wcs); in rpcrdma_sendcq_poll()
251 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_sendcq_upcall() argument
256 rc = rpcrdma_sendcq_poll(cq, ep); in rpcrdma_sendcq_upcall()
263 rc = ib_req_notify_cq(cq, in rpcrdma_sendcq_upcall()
273 rpcrdma_sendcq_poll(cq, ep); in rpcrdma_sendcq_upcall()
311 rpcrdma_recvcq_poll(struct ib_cq *cq, struct rpcrdma_ep *ep) in rpcrdma_recvcq_poll() argument
322 rc = ib_poll_cq(cq, RPCRDMA_POLLSIZE, wcs); in rpcrdma_recvcq_poll()
350 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_recvcq_upcall() argument
355 rc = rpcrdma_recvcq_poll(cq, ep); in rpcrdma_recvcq_upcall()
362 rc = ib_req_notify_cq(cq, in rpcrdma_recvcq_upcall()
372 rpcrdma_recvcq_poll(cq, ep); in rpcrdma_recvcq_upcall()
557 rpcrdma_clean_cq(struct ib_cq *cq) in rpcrdma_clean_cq() argument
562 while (1 == ib_poll_cq(cq, 1, &wc)) in rpcrdma_clean_cq()