Searched refs:E1000_TDT (Results 1 – 7 of 7) sorted by relevance
109 #define E1000_TDT(_n) ((_n) < 4 ? (0x03818 + ((_n) * 0x100)) \ macro
541 regs_buff[227 + i] = rd32(E1000_TDT(i)); in igb_get_regs()1279 wr32(E1000_TDT(0), 0); in igb_setup_desc_rings()1561 wr32(E1000_TDT(0), k); in igb_run_loopback_test()
1667 ring->tail = E1000_TDT(j); in igb_configure_tx()
119 E1000_TDT = 0x03818, /* Tx Descriptor Tail - RW */ enumerator
2222 tx_ring->tail = E1000_TDT; in e1000_configure_tx()
968 #define E1000_TDT 0x03818 /* TX Descripotr Tail - RW */ macro
1687 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT); in e1000_configure_tx()