Home
last modified time | relevance | path

Searched refs:igb_tx_buffer (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb.h263 struct igb_tx_buffer { struct
321 struct igb_tx_buffer *tx_buffer_info;
Digb_main.c391 struct igb_tx_buffer *buffer_info; in igb_dump()
428 struct igb_tx_buffer *buffer_info; in igb_dump()
4191 size = sizeof(struct igb_tx_buffer) * tx_ring->count; in igb_setup_tx_resources()
4301 sizeof(struct igb_tx_buffer) * ring->count); in igb_configure_tx_ring()
4802 struct igb_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()
5831 struct igb_tx_buffer *first, in igb_tx_ctxtdesc()
5868 struct igb_tx_buffer *first, in igb_tso()
5971 static void igb_tx_csum(struct igb_ring *tx_ring, struct igb_tx_buffer *first) in igb_tx_csum()
6106 struct igb_tx_buffer *first, in igb_tx_map()
6110 struct igb_tx_buffer *tx_buffer; in igb_tx_map()
[all …]
Digb_ethtool.c1819 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings()