Searched refs:E1000_TDT (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 869 E1000_WRITE_REG(hw, E1000_TDT(0), in e1000g_fill_tx_ring() 970 E1000_WRITE_REG(hw, E1000_TDT(0), 0); in e1000g_tx_setup() 1659 hw_tdt = E1000_READ_REG(hw, E1000_TDT(0)); in e1000g_82547_tx_move_tail_work() 1683 E1000_WRITE_REG(hw, E1000_TDT(0), hw_tdt); in e1000g_82547_tx_move_tail_work() 1760 E1000_WRITE_REG(hw, E1000_TDT(0), in e1000g_flush_tx_ring()
|
H A D | e1000g_workarounds.c | 101 if (E1000_READ_REG(hw, E1000_TDT(0)) != in e1000_fifo_workaround_82547()
|
H A D | e1000g_debug.c | 307 {"TDH(0)", E1000_TDH(0)}, {"TDT(0)", E1000_TDT(0)}, in mac_dump() 312 {"TDT(1)", E1000_TDT(1)}, {"TXDCTL(1)", E1000_TXDCTL(1)}, in mac_dump()
|
H A D | e1000g_main.c | 2179 E1000_WRITE_REG(&Adapter->shared, E1000_TDT(0), 0); in e1000g_tx_clean() 6623 E1000_WRITE_REG(&Adapter->shared, E1000_TDT(0), 0); in e1000g_quiesce()
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 514 case E1000_TDT(0): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 265 #define E1000_TDT(_n) ((_n) < 4 ? (0x03818 + ((_n) * 0x100)) : \ macro
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_tx.c | 1033 E1000_WRITE_REG(hw, E1000_TDT(tx_ring->index), index); in igb_tx_fill_ring()
|
H A D | igb_main.c | 1727 E1000_WRITE_REG(&igb->hw, E1000_TDT(tx_ring->index), 0); in igb_tx_clean() 2314 E1000_WRITE_REG(hw, E1000_TDT(tx_ring->index), 0); in igb_setup_tx_ring()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 613 #define E1000_TDT 0x03818 /* TX Descripotr Tail - RW */ macro
|