Home
last modified time | relevance | path

Searched refs:aq_ring_next_dx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c333 self->sw_head = aq_ring_next_dx(self, self->sw_head); in aq_ring_tx_clean()
535 self->sw_head = aq_ring_next_dx(self, self->sw_head), in __aq_ring_rx_clean()
711 rx_ring->sw_head = aq_ring_next_dx(rx_ring, rx_ring->sw_head), in __aq_ring_xdp_clean()
859 self->sw_head = aq_ring_next_dx(self, self->sw_head); in aq_ring_hwts_rx_clean()
875 self->sw_tail = aq_ring_next_dx(self, self->sw_tail)) { in aq_ring_rx_fill()
899 self->sw_head = aq_ring_next_dx(self, self->sw_head)) { in aq_ring_rx_deinit()
H A Daq_ring.h173 static inline unsigned int aq_ring_next_dx(struct aq_ring_s *self, in aq_ring_next_dx() function