Lines Matching refs:i40e_ring

50 static void i40e_unmap_and_free_tx_resource(struct i40e_ring *ring,  in i40e_unmap_and_free_tx_resource()
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()
150 static u32 i40e_get_tx_pending(struct i40e_ring *ring) in i40e_get_tx_pending()
168 static bool i40e_check_tx_hang(struct i40e_ring *tx_ring) in i40e_check_tx_hang()
211 static bool i40e_clean_tx_irq(struct i40e_ring *tx_ring, int budget) in i40e_clean_tx_irq()
483 int i40evf_setup_tx_descriptors(struct i40e_ring *tx_ring) in i40evf_setup_tx_descriptors()
525 void i40evf_clean_rx_ring(struct i40e_ring *rx_ring) in i40evf_clean_rx_ring()
596 void i40evf_free_rx_resources(struct i40e_ring *rx_ring) in i40evf_free_rx_resources()
616 void i40evf_alloc_rx_headers(struct i40e_ring *rx_ring) in i40evf_alloc_rx_headers()
646 int i40evf_setup_rx_descriptors(struct i40e_ring *rx_ring) in i40evf_setup_rx_descriptors()
687 static inline void i40e_release_rx_desc(struct i40e_ring *rx_ring, u32 val) in i40e_release_rx_desc()
704 void i40evf_alloc_rx_buffers_ps(struct i40e_ring *rx_ring, u16 cleaned_count) in i40evf_alloc_rx_buffers_ps()
769 void i40evf_alloc_rx_buffers_1buf(struct i40e_ring *rx_ring, u16 cleaned_count) in i40evf_alloc_rx_buffers_1buf()
827 static void i40e_receive_skb(struct i40e_ring *rx_ring, in i40e_receive_skb()
957 static inline u32 i40e_rx_hash(struct i40e_ring *ring, in i40e_rx_hash()
1001 static int i40e_clean_rx_irq_ps(struct i40e_ring *rx_ring, int budget) in i40e_clean_rx_irq_ps()
1181 static int i40e_clean_rx_irq_1buf(struct i40e_ring *rx_ring, int budget) in i40e_clean_rx_irq_1buf()
1302 struct i40e_ring *ring; in i40evf_napi_poll()
1367 struct i40e_ring *tx_ring, in i40e_tx_prepare_vlan_flags()
1418 static int i40e_tso(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_tso()
1478 struct i40e_ring *tx_ring, in i40e_tx_enable_csum()
1594 static void i40e_create_tx_ctx(struct i40e_ring *tx_ring, in i40e_create_tx_ctx()
1684 static void i40e_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_tx_map()
1840 static inline int __i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in __i40e_maybe_stop_tx()
1863 static int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40e_maybe_stop_tx()
1880 struct i40e_ring *tx_ring) in i40e_xmit_descriptor_count()
1910 struct i40e_ring *tx_ring) in i40e_xmit_frame_ring()
1990 struct i40e_ring *tx_ring = adapter->tx_rings[skb->queue_mapping]; in i40evf_xmit_frame()