Searched refs:IGB_TX_DESC (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb.h | 362 #define IGB_TX_DESC(R, i) \ macro
|
| D | igb_main.c | 435 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_dump() 4639 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4649 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 5929 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 5957 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 5976 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 7759 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 7803 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() 7823 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq()
|