Searched refs:sw_tail_old (Results 1 – 4 of 4) sorted by relevance
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()
913 unsigned int sw_tail_old; in aq_ptp_ring_start() 919 sw_tail_old = aq_ptp->ptp_rx.sw_tail; in aq_ptp_ring_start() 926 sw_tail_old); in aq_ptp_ring_stop() 700 unsigned int sw_tail_old; aq_ptp_poll() local
46 unsigned int sw_tail_old);
830 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() 832 for (; sw_tail_old != ring->sw_tail; in hw_atl_b0_hw_ring_rx_fill() 833 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_b0_hw_ring_rx_fill() 835 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_b0_hw_ring_rx_fill() 838 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_b0_hw_ring_rx_fill() 844 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_b0_hw_ring_hwts_rx_fill() 821 hw_atl_b0_hw_ring_rx_fill(struct aq_hw_s * self,struct aq_ring_s * ring,unsigned int sw_tail_old) hw_atl_b0_hw_ring_rx_fill() argument