Lines Matching defs:tx_ring
80 void i40evf_clean_tx_ring(struct i40e_ring *tx_ring) in i40evf_clean_tx_ring()
116 void i40evf_free_tx_resources(struct i40e_ring *tx_ring) in i40evf_free_tx_resources()
136 static inline u32 i40e_get_head(struct i40e_ring *tx_ring) in i40e_get_head()
152 static bool i40e_clean_tx_irq(struct i40e_ring *tx_ring, int budget) in i40e_clean_tx_irq()
423 int i40evf_setup_tx_descriptors(struct i40e_ring *tx_ring) in i40evf_setup_tx_descriptors()
1394 struct i40e_ring *tx_ring, in i40evf_tx_prepare_vlan_flags()
1444 static int i40e_tso(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_tso()
1504 struct i40e_ring *tx_ring, in i40e_tx_enable_csum()
1633 static void i40e_create_tx_ctx(struct i40e_ring *tx_ring, in i40e_create_tx_ctx()
1720 static inline int __i40evf_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in __i40evf_maybe_stop_tx()
1743 static inline int i40evf_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40evf_maybe_stop_tx()
1760 static inline void i40evf_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40evf_tx_map()
1922 struct i40e_ring *tx_ring) in i40evf_xmit_descriptor_count()
1952 struct i40e_ring *tx_ring) in i40e_xmit_frame_ring()
2032 struct i40e_ring *tx_ring = adapter->tx_rings[skb->queue_mapping]; in i40evf_xmit_frame() local