Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_ptp.c1004 aq_ring_free(&aq_ptp->hwts_rx); in aq_ptp_ring_alloc()
1006 aq_ring_free(&aq_ptp->ptp_rx); in aq_ptp_ring_alloc()
1008 aq_ring_free(&aq_ptp->ptp_tx); in aq_ptp_ring_alloc()
1020 aq_ring_free(&aq_ptp->ptp_tx); in aq_ptp_ring_free()
1021 aq_ring_free(&aq_ptp->ptp_rx); in aq_ptp_ring_free()
1022 aq_ring_free(&aq_ptp->hwts_rx); in aq_ptp_ring_free()
Daq_vec.c310 aq_ring_free(&ring[AQ_VEC_TX_ID]); in aq_vec_ring_free()
313 aq_ring_free(&ring[AQ_VEC_RX_ID]); in aq_vec_ring_free()
Daq_ring.c158 aq_ring_free(self); in aq_ring_alloc()
185 aq_ring_free(self); in aq_ring_tx_alloc()
228 aq_ring_free(self); in aq_ring_rx_alloc()
252 aq_ring_free(self); in aq_ring_hwts_rx_alloc()
915 void aq_ring_free(struct aq_ring_s *self) in aq_ring_free() function
Daq_ring.h197 void aq_ring_free(struct aq_ring_s *self);