Searched refs:sw_tail_old (Results 1 – 4 of 4) sorted by relevance
611 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument613 for (; sw_tail_old != ring->sw_tail; in hw_atl_b0_hw_ring_rx_fill()614 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_b0_hw_ring_rx_fill()616 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_b0_hw_ring_rx_fill()619 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_b0_hw_ring_rx_fill()625 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_b0_hw_ring_rx_fill()
574 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument576 for (; sw_tail_old != ring->sw_tail; in hw_atl_a0_hw_ring_rx_fill()577 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_a0_hw_ring_rx_fill()579 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_a0_hw_ring_rx_fill()582 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_a0_hw_ring_rx_fill()588 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_a0_hw_ring_rx_fill()
38 unsigned int sw_tail_old = 0U; in aq_vec_poll() local78 sw_tail_old = ring[AQ_VEC_RX_ID].sw_tail; in aq_vec_poll()86 &ring[AQ_VEC_RX_ID], sw_tail_old); in aq_vec_poll()
143 unsigned int sw_tail_old);