Searched refs:IGB_TX_DESC (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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() 4662 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_ring() 4672 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_ring() 5952 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_tx_map() 5980 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 5999 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_tx_map() 7784 tx_desc = IGB_TX_DESC(tx_ring, i); in igb_clean_tx_irq() 7828 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq() 7848 tx_desc = IGB_TX_DESC(tx_ring, 0); in igb_clean_tx_irq()
|