Lines Matching refs:aq_ring_s
52 static int aq_alloc_rxpages(struct aq_rxpage *rxpage, struct aq_ring_s *rx_ring) in aq_alloc_rxpages()
84 static int aq_get_rxpages(struct aq_ring_s *self, struct aq_ring_buff_s *rxbuf) in aq_get_rxpages()
135 static int aq_ring_alloc(struct aq_ring_s *self, in aq_ring_alloc()
164 int aq_ring_tx_alloc(struct aq_ring_s *self, in aq_ring_tx_alloc()
177 int aq_ring_rx_alloc(struct aq_ring_s *self, in aq_ring_rx_alloc()
207 aq_ring_hwts_rx_alloc(struct aq_ring_s *self, struct aq_nic_s *aq_nic, in aq_ring_hwts_rx_alloc()
230 int aq_ring_init(struct aq_ring_s *self, const enum atl_ring_type ring_type) in aq_ring_init()
251 void aq_ring_update_queue_state(struct aq_ring_s *ring) in aq_ring_update_queue_state()
259 void aq_ring_queue_wake(struct aq_ring_s *ring) in aq_ring_queue_wake()
274 void aq_ring_queue_stop(struct aq_ring_s *ring) in aq_ring_queue_stop()
285 bool aq_ring_tx_clean(struct aq_ring_s *self) in aq_ring_tx_clean()
339 static void aq_rx_checksum(struct aq_ring_s *self, in aq_rx_checksum()
370 struct aq_ring_s *ring; in aq_xdp_xmit()
407 struct aq_ring_s *rx_ring, in aq_xdp_run_prog()
411 struct aq_ring_s *tx_ring; in aq_xdp_run_prog()
485 struct aq_ring_s *ring, in aq_add_rx_fragment()
528 static int __aq_ring_rx_clean(struct aq_ring_s *self, struct napi_struct *napi, in __aq_ring_rx_clean()
698 static int __aq_ring_xdp_clean(struct aq_ring_s *rx_ring, in __aq_ring_xdp_clean()
836 int aq_ring_rx_clean(struct aq_ring_s *self, in aq_ring_rx_clean()
847 void aq_ring_hwts_rx_clean(struct aq_ring_s *self, struct aq_nic_s *aq_nic) in aq_ring_hwts_rx_clean()
864 int aq_ring_rx_fill(struct aq_ring_s *self) in aq_ring_rx_fill()
893 void aq_ring_rx_deinit(struct aq_ring_s *self) in aq_ring_rx_deinit()
906 void aq_ring_free(struct aq_ring_s *self) in aq_ring_free()
922 void aq_ring_hwts_rx_free(struct aq_ring_s *self) in aq_ring_hwts_rx_free()
935 unsigned int aq_ring_fill_stats_data(struct aq_ring_s *self, u64 *data) in aq_ring_fill_stats_data()