Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_d.h128 &_aeq->aeqe_base[I40IW_RING_GETCURRENT_TAIL(_aeq->aeq_ring)] \
133 &_ceq->ceqe_base[I40IW_RING_GETCURRENT_TAIL(_ceq->ceq_ring)] \
1553 #define I40IW_RING_GETCURRENT_TAIL(_ring) ((_ring).tail) macro
Di40iw_utils.c452 wqe_idx = I40IW_RING_GETCURRENT_TAIL(cqp->sc_cqp.sq_ring); in i40iw_cleanup_pending_cqp_op()
Di40iw_ctrl.c1648 if (I40IW_RING_GETCURRENT_TAIL(ceq->ceq_ring) == 0) in i40iw_sc_process_ceq()
1883 if (I40IW_RING_GETCURRENT_TAIL(aeq->aeq_ring) == 0) in i40iw_sc_get_next_aeqe()