Searched refs:sw_tail_old (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 587 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() 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() 585 hw_atl_a0_hw_ring_rx_fill(struct aq_hw_s *self, struct aq_ring_s *ring, unsigned int sw_tail_old) hw_atl_a0_hw_ring_rx_fill() argument
|
H A D | hw_atl_b0.h | 46 unsigned int sw_tail_old);
|
H A D | hw_atl_b0.c | 821 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() 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() 820 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_a0.c | 587 unsigned int sw_tail_old) in hw_atl_a0_hw_ring_rx_fill() 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() 585 hw_atl_a0_hw_ring_rx_fill(struct aq_hw_s *self, struct aq_ring_s *ring, unsigned int sw_tail_old) hw_atl_a0_hw_ring_rx_fill() argument
|
H A D | hw_atl_b0.h | 46 unsigned int sw_tail_old);
|
H A D | hw_atl_b0.c | 821 unsigned int sw_tail_old) in hw_atl_b0_hw_ring_rx_fill() 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() 820 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 36 unsigned int sw_tail_old = 0U; in aq_vec_poll() local 79 sw_tail_old = ring[AQ_VEC_RX_ID].sw_tail; in aq_vec_poll() 87 &ring[AQ_VEC_RX_ID], sw_tail_old); in aq_vec_poll()
|
H A D | aq_ptp.c | 700 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()
|
H A D | aq_hw.h | 217 unsigned int sw_tail_old);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 31 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()
|
H A D | aq_ptp.c | 700 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()
|
H A D | aq_hw.h | 217 unsigned int sw_tail_old);
|
Completed in 14 milliseconds