Searched refs:sw_tail_old (Results 1 – 6 of 6) sorted by relevance
587 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument589 for (; sw_tail_old != ring->sw_tail; in hw_atl_a0_hw_ring_rx_fill()590 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_a0_hw_ring_rx_fill()592 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_a0_hw_ring_rx_fill()595 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_a0_hw_ring_rx_fill()601 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_a0_hw_ring_rx_fill()
46 unsigned int sw_tail_old);
821 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument823 for (; sw_tail_old != ring->sw_tail; in hw_atl_b0_hw_ring_rx_fill()824 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_b0_hw_ring_rx_fill()826 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_b0_hw_ring_rx_fill()829 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_b0_hw_ring_rx_fill()835 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_b0_hw_ring_rx_fill()
31 unsigned int sw_tail_old = 0U; in aq_vec_poll() local74 sw_tail_old = ring[AQ_VEC_RX_ID].sw_tail; in aq_vec_poll()82 &ring[AQ_VEC_RX_ID], sw_tail_old); in aq_vec_poll()
700 unsigned int sw_tail_old; in aq_ptp_poll() local706 sw_tail_old = aq_ptp->ptp_rx.sw_tail; in aq_ptp_poll()713 sw_tail_old); in aq_ptp_poll()
217 unsigned int sw_tail_old);