Lines Matching refs:cq_ring
737 I40IW_RING_MOVE_TAIL_BY_COUNT(cq->cq_ring, count); in i40iw_cq_post_entries()
739 I40IW_RING_GETCURRENT_HEAD(cq->cq_ring)); in i40iw_cq_post_entries()
827 I40IW_RING_MOVE_HEAD_NOCHECK(cq->cq_ring); in i40iw_cq_poll_completion()
828 I40IW_RING_MOVE_TAIL(cq->cq_ring); in i40iw_cq_poll_completion()
830 I40IW_RING_GETCURRENT_HEAD(cq->cq_ring)); in i40iw_cq_poll_completion()
877 I40IW_RING_MOVE_HEAD_NOCHECK(cq->cq_ring); in i40iw_cq_poll_completion()
879 if (I40IW_RING_GETCURRENT_HEAD(cq->cq_ring) == 0) in i40iw_cq_poll_completion()
882 I40IW_RING_MOVE_TAIL(cq->cq_ring); in i40iw_cq_poll_completion()
884 I40IW_RING_GETCURRENT_HEAD(cq->cq_ring)); in i40iw_cq_poll_completion()
1069 I40IW_RING_INIT(cq->cq_ring, cq->cq_size); in i40iw_cq_uk_init()
1097 cq_head = cq->cq_ring.head; in i40iw_clean_cq()
1114 cq_head = (cq_head + 1) % cq->cq_ring.size; in i40iw_clean_cq()