Home
last modified time | relevance | path

Searched refs:i40e_tx_buffer (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_trace.h64 struct i40e_tx_buffer *buf),
99 struct i40e_tx_buffer *buf),
107 struct i40e_tx_buffer *buf),
Di40e_txrx.h261 struct i40e_tx_buffer { struct
333 struct i40e_tx_buffer *tx_bi;
Di40e_txrx.c29 struct i40e_tx_buffer *tx_buffer) in i40e_unmap_and_free_tx_resource()
71 bi_size = sizeof(struct i40e_tx_buffer) * tx_ring->count; in i40evf_clean_tx_ring()
195 struct i40e_tx_buffer *tx_buf; in i40e_clean_tx_irq()
625 bi_size = sizeof(struct i40e_tx_buffer) * tx_ring->count; in i40evf_setup_tx_descriptors()
1835 static int i40e_tso(struct i40e_tx_buffer *first, u8 *hdr_len, in i40e_tso()
2250 struct i40e_tx_buffer *first, u32 tx_flags, in i40evf_tx_map()
2256 struct i40e_tx_buffer *tx_bi; in i40evf_tx_map()
2399 struct i40e_tx_buffer *first; in i40e_xmit_frame_ring()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_trace.h64 struct i40e_tx_buffer *buf),
99 struct i40e_tx_buffer *buf),
107 struct i40e_tx_buffer *buf),
Di40e_txrx.h282 struct i40e_tx_buffer { struct
355 struct i40e_tx_buffer *tx_bi;
Di40e_txrx.c101 struct i40e_tx_buffer *tx_buf, *first; in i40e_program_fdir_filter()
142 memset(tx_buf, 0, sizeof(struct i40e_tx_buffer)); in i40e_program_fdir_filter()
611 struct i40e_tx_buffer *tx_buffer) in i40e_unmap_and_free_tx_resource()
655 bi_size = sizeof(struct i40e_tx_buffer) * tx_ring->count; in i40e_clean_tx_ring()
784 struct i40e_tx_buffer *tx_buf; in i40e_clean_tx_irq()
1324 bi_size = sizeof(struct i40e_tx_buffer) * tx_ring->count; in i40e_setup_tx_descriptors()
2881 static int i40e_tso(struct i40e_tx_buffer *first, u8 *hdr_len, in i40e_tso()
3342 struct i40e_tx_buffer *first, u32 tx_flags, in i40e_tx_map()
3348 struct i40e_tx_buffer *tx_bi; in i40e_tx_map()
3505 struct i40e_tx_buffer *tx_bi; in i40e_xmit_xdp_ring()
[all …]
Di40e_main.c3949 struct i40e_tx_buffer *tx_buf; in i40e_clean_fdir_tx_irq()