Searched refs:IGB_TX_DESC (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 397 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_dump() 4934 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4944 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 6241 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 6269 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6288 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 6381 union e1000_adv_tx_desc *tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 6432 tx_desc = IGB_TX_DESC(tx_ring, index); in igb_xmit_xdp_ring() 8300 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 8351 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() [all …]
|