Searched refs:IGB_TX_DESC (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/igb/ |
D | igb.h | 431 #define IGB_TX_DESC(R, i) \ macro
|
D | igb_main.c | 429 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_dump() 4929 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4939 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 6221 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 6249 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6268 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6361 union e1000_adv_tx_desc *tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 6412 tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 8269 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 8316 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() [all …]
|