Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0.c580 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() argument
582 for (; sw_tail_old != ring->sw_tail; in hw_atl_a0_hw_ring_rx_fill()
583 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_a0_hw_ring_rx_fill()
585 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_a0_hw_ring_rx_fill()
588 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_a0_hw_ring_rx_fill()
594 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.c648 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() argument
650 for (; sw_tail_old != ring->sw_tail; in hw_atl_b0_hw_ring_rx_fill()
651 sw_tail_old = aq_ring_next_dx(ring, sw_tail_old)) { in hw_atl_b0_hw_ring_rx_fill()
653 (struct hw_atl_rxd_s *)&ring->dx_ring[sw_tail_old * in hw_atl_b0_hw_ring_rx_fill()
656 struct aq_ring_buff_s *buff = &ring->buff_ring[sw_tail_old]; in hw_atl_b0_hw_ring_rx_fill()
662 hw_atl_reg_rx_dma_desc_tail_ptr_set(self, sw_tail_old, ring->idx); in hw_atl_b0_hw_ring_rx_fill()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c35 unsigned int sw_tail_old = 0U; in aq_vec_poll() local
75 sw_tail_old = ring[AQ_VEC_RX_ID].sw_tail; in aq_vec_poll()
83 &ring[AQ_VEC_RX_ID], sw_tail_old); in aq_vec_poll()
Daq_hw.h154 unsigned int sw_tail_old);