Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_b0.c611 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument
613 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()
Dhw_atl_a0.c574 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument
576 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()
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c38 unsigned int sw_tail_old = 0U; in aq_vec_poll() local
78 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()
Daq_hw.h143 unsigned int sw_tail_old);