Searched refs:iavf_tx_buffer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_trace.h | 64 struct iavf_tx_buffer *buf), 99 struct iavf_tx_buffer *buf), 107 struct iavf_tx_buffer *buf),
|
H A D | iavf_txrx.h | 260 struct iavf_tx_buffer { struct 332 struct iavf_tx_buffer *tx_bi;
|
H A D | iavf_txrx.c | 28 struct iavf_tx_buffer *tx_buffer) in iavf_unmap_and_free_tx_resource() 70 bi_size = sizeof(struct iavf_tx_buffer) * tx_ring->count; in iavf_clean_tx_ring() 197 struct iavf_tx_buffer *tx_buf; in iavf_clean_tx_irq() 627 bi_size = sizeof(struct iavf_tx_buffer) * tx_ring->count; in iavf_setup_tx_descriptors() 1849 static int iavf_tso(struct iavf_tx_buffer *first, u8 *hdr_len, in iavf_tso() 2264 struct iavf_tx_buffer *first, u32 tx_flags, in iavf_tx_map() 2270 struct iavf_tx_buffer *tx_bi; in iavf_tx_map() 2410 struct iavf_tx_buffer *first; in iavf_xmit_frame_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_trace.h | 64 struct iavf_tx_buffer *buf), 99 struct iavf_tx_buffer *buf), 107 struct iavf_tx_buffer *buf),
|
H A D | iavf_txrx.h | 260 struct iavf_tx_buffer { struct 332 struct iavf_tx_buffer *tx_bi;
|
H A D | iavf_txrx.c | 28 struct iavf_tx_buffer *tx_buffer) in iavf_unmap_and_free_tx_resource() 70 bi_size = sizeof(struct iavf_tx_buffer) * tx_ring->count; in iavf_clean_tx_ring() 215 struct iavf_tx_buffer *tx_buf; in iavf_clean_tx_irq() 658 bi_size = sizeof(struct iavf_tx_buffer) * tx_ring->count; in iavf_setup_tx_descriptors() 1857 static int iavf_tso(struct iavf_tx_buffer *first, u8 *hdr_len, in iavf_tso() 2279 struct iavf_tx_buffer *first, u32 tx_flags, in iavf_tx_map() 2285 struct iavf_tx_buffer *tx_bi; in iavf_tx_map() 2425 struct iavf_tx_buffer *first; in iavf_xmit_frame_ring()
|
Completed in 9 milliseconds