Searched refs:IGB_TX_DESC (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/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() 4842 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4852 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 6134 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 6162 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6181 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6274 union e1000_adv_tx_desc *tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 6325 tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 8178 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 8225 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() [all …]
|