Home
last modified time | relevance | path

Searched refs:E1000_TDH (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c89 E1000_READ_REG(hw, E1000_TDH(0))) { in e1000_fifo_workaround_82547()
H A De1000g_debug.c307 {"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 De1000g_tx.c969 E1000_WRITE_REG(hw, E1000_TDH(0), 0); in e1000g_tx_setup()
H A De1000g_main.c2104 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_tx_clean()
6405 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_quiesce()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_82542.c509 case E1000_TDH(0): in e1000_translate_register_82542()
H A De1000_regs.h255 #define E1000_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) : \ macro
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h612 #define E1000_TDH 0x03810 /* TX Descriptor Head - RW */ macro
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c1722 E1000_WRITE_REG(&igb->hw, E1000_TDH(tx_ring->index), 0); in igb_tx_clean()
2308 E1000_WRITE_REG(hw, E1000_TDH(tx_ring->index), 0); in igb_setup_tx_ring()