Searched refs:I40IW_RING_MORE_WORK (Results 1 – 3 of 3) sorted by relevance
1637 if (I40IW_RING_MORE_WORK(qp->qp_uk.sq_ring)) in i40iw_drain_sq()1650 if (I40IW_RING_MORE_WORK(qp->qp_uk.rq_ring)) in i40iw_drain_rq()2391 if (!I40IW_RING_MORE_WORK(qp->qp_uk.sq_ring)) in i40iw_poll_cq()2393 if (!I40IW_RING_MORE_WORK(qp->qp_uk.rq_ring)) in i40iw_poll_cq()
1625 #define I40IW_RING_MORE_WORK(_ring) \ macro
873 if (pring && (I40IW_RING_MORE_WORK(*pring))) in i40iw_cq_poll_completion()