Home
last modified time | relevance | path

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

/Linux-v6.6/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()
4290 size = sizeof(struct igb_tx_buffer) * tx_ring->count; in igb_setup_tx_resources()
4400 sizeof(struct igb_tx_buffer) * ring->count); in igb_configure_tx_ring()
4910 struct igb_tx_buffer *tx_buffer = &tx_ring->tx_buffer_info[i]; in igb_clean_tx_ring()
5945 struct igb_tx_buffer *first, in igb_tx_ctxtdesc()
5982 struct igb_tx_buffer *first, in igb_tso()
6076 static void igb_tx_csum(struct igb_ring *tx_ring, struct igb_tx_buffer *first) in igb_tx_csum()
6208 struct igb_tx_buffer *first, in igb_tx_map()
6212 struct igb_tx_buffer *tx_buffer; in igb_tx_map()
[all …]
Digb_ethtool.c1824 struct igb_tx_buffer *tx_buffer_info; in igb_clean_test_rings()