Home
last modified time | relevance | path

Searched refs:sw_tail_old (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c587 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument
589 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()
Dhw_atl_b0.h46 unsigned int sw_tail_old);
Dhw_atl_b0.c821 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument
823 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()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c31 unsigned int sw_tail_old = 0U; in aq_vec_poll() local
74 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()
Daq_ptp.c700 unsigned int sw_tail_old; in aq_ptp_poll() local
706 sw_tail_old = aq_ptp->ptp_rx.sw_tail; in aq_ptp_poll()
713 sw_tail_old); in aq_ptp_poll()
Daq_hw.h217 unsigned int sw_tail_old);