Searched refs:E1000_TDH (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_workarounds.c | 102 E1000_READ_REG(hw, E1000_TDH(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() 311 {"TDLEN(1)", E1000_TDLEN(1)}, {"TDH(1)", E1000_TDH(1)}, in mac_dump()
|
H A D | e1000g_tx.c | 969 E1000_WRITE_REG(hw, E1000_TDH(0), 0); in e1000g_tx_setup()
|
H A D | e1000g_main.c | 2178 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_tx_clean() 6622 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_quiesce()
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82542.c | 511 case E1000_TDH(0): in e1000_translate_register_82542()
|
H A D | e1000_regs.h | 260 #define E1000_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) : \ macro
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 612 #define E1000_TDH 0x03810 /* TX Descriptor Head - RW */ macro
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 1726 E1000_WRITE_REG(&igb->hw, E1000_TDH(tx_ring->index), 0); in igb_tx_clean() 2313 E1000_WRITE_REG(hw, E1000_TDH(tx_ring->index), 0); in igb_setup_tx_ring()
|