Searched refs:IGB_TX_DESC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb.h | 431 #define IGB_TX_DESC(R, i) \ macro
|
H A D | igb_main.c | 430 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_dump() 4938 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4948 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 6230 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 6258 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6277 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6370 union e1000_adv_tx_desc *tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 6421 tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 8275 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 8322 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() [all …]
|