Home
last modified time | relevance | path

Searched refs:I40IW_RING_MORE_WORK (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_verbs.c1637 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()
Di40iw_d.h1625 #define I40IW_RING_MORE_WORK(_ring) \ macro
Di40iw_uk.c873 if (pring && (I40IW_RING_MORE_WORK(*pring))) in i40iw_cq_poll_completion()