Lines Matching refs:ice_ring
35 struct ice_ring *tx_ring; in ice_prgm_fdir_fltr()
109 ice_unmap_and_free_tx_buf(struct ice_ring *ring, struct ice_tx_buf *tx_buf) in ice_unmap_and_free_tx_buf()
136 static struct netdev_queue *txring_txq(const struct ice_ring *ring) in txring_txq()
145 void ice_clean_tx_ring(struct ice_ring *tx_ring) in ice_clean_tx_ring()
184 void ice_free_tx_ring(struct ice_ring *tx_ring) in ice_free_tx_ring()
204 static bool ice_clean_tx_irq(struct ice_ring *tx_ring, int napi_budget) in ice_clean_tx_irq()
332 int ice_setup_tx_ring(struct ice_ring *tx_ring) in ice_setup_tx_ring()
373 void ice_clean_rx_ring(struct ice_ring *rx_ring) in ice_clean_rx_ring()
433 void ice_free_rx_ring(struct ice_ring *rx_ring) in ice_free_rx_ring()
456 int ice_setup_rx_ring(struct ice_ring *rx_ring) in ice_setup_rx_ring()
502 ice_rx_frame_truesize(struct ice_ring *rx_ring, unsigned int __maybe_unused size) in ice_rx_frame_truesize()
526 ice_run_xdp(struct ice_ring *rx_ring, struct xdp_buff *xdp, in ice_run_xdp()
529 struct ice_ring *xdp_ring; in ice_run_xdp()
579 struct ice_ring *xdp_ring; in ice_xdp_xmit()
617 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
668 bool ice_alloc_rx_bufs(struct ice_ring *rx_ring, u16 cleaned_count) in ice_alloc_rx_bufs()
797 ice_add_rx_frag(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
823 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
854 ice_get_rx_buf(struct ice_ring *rx_ring, const unsigned int size, in ice_get_rx_buf()
891 ice_build_skb(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_build_skb()
943 ice_construct_skb(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_construct_skb()
1003 ice_put_rx_buf(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_put_rx_buf()
1039 ice_is_non_eop(struct ice_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc) in ice_is_non_eop()
1063 int ice_clean_rx_irq(struct ice_ring *rx_ring, int budget) in ice_clean_rx_irq()
1250 struct ice_ring *ring; in ice_net_dim()
1266 struct ice_ring *ring; in ice_net_dim()
1391 struct ice_ring *ring; in ice_napi_poll()
1465 static int __ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in __ice_maybe_stop_tx()
1488 static int ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in ice_maybe_stop_tx()
1507 ice_tx_map(struct ice_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
1843 ice_tx_prepare_vlan_flags(struct ice_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
2149 ice_tstamp(struct ice_ring *tx_ring, struct sk_buff *skb, in ice_tstamp()
2184 ice_xmit_frame_ring(struct sk_buff *skb, struct ice_ring *tx_ring) in ice_xmit_frame_ring()
2285 struct ice_ring *tx_ring; in ice_start_xmit()
2302 void ice_clean_ctrl_tx_irq(struct ice_ring *tx_ring) in ice_clean_ctrl_tx_irq()