Searched refs:sw_tail_old (Results 1 – 4 of 4) sorted by relevance
580 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument582 for (; sw_tail_old != ring->sw_tail; in hw_atl_a0_hw_ring_rx_fill()583 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_a0_hw_ring_rx_fill()585 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_a0_hw_ring_rx_fill()588 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_a0_hw_ring_rx_fill()594 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_a0_hw_ring_rx_fill()
648 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument650 for (; sw_tail_old != ring->sw_tail; in hw_atl_b0_hw_ring_rx_fill()651 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_b0_hw_ring_rx_fill()653 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_b0_hw_ring_rx_fill()656 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_b0_hw_ring_rx_fill()662 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_b0_hw_ring_rx_fill()
35 unsigned int sw_tail_old = 0U; in aq_vec_poll() local75 sw_tail_old = ring[AQ_VEC_RX_ID].sw_tail; in aq_vec_poll()83 &ring[AQ_VEC_RX_ID], sw_tail_old); in aq_vec_poll()
154 unsigned int sw_tail_old);