Lines Matching refs:cq
154 rpcrdma_sendcq_poll(struct ib_cq *cq) in rpcrdma_sendcq_poll() argument
162 rc = ib_poll_cq(cq, ARRAY_SIZE(wcs), pos); in rpcrdma_sendcq_poll()
176 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_sendcq_upcall() argument
179 rpcrdma_sendcq_poll(cq); in rpcrdma_sendcq_upcall()
180 } while (ib_req_notify_cq(cq, IB_CQ_NEXT_COMP | in rpcrdma_sendcq_upcall()
235 rpcrdma_recvcq_poll(struct ib_cq *cq) in rpcrdma_recvcq_poll() argument
243 rc = ib_poll_cq(cq, ARRAY_SIZE(wcs), pos); in rpcrdma_recvcq_poll()
256 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context) in rpcrdma_recvcq_upcall() argument
259 rpcrdma_recvcq_poll(cq); in rpcrdma_recvcq_upcall()
260 } while (ib_req_notify_cq(cq, IB_CQ_NEXT_COMP | in rpcrdma_recvcq_upcall()
439 rpcrdma_clean_cq(struct ib_cq *cq) in rpcrdma_clean_cq() argument
444 while (1 == ib_poll_cq(cq, 1, &wc)) in rpcrdma_clean_cq()