Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c102 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.c2215 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_tx_clean()
6664 E1000_WRITE_REG(&Adapter->shared, E1000_TDH(0), 0); in e1000g_quiesce()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c511 case E1000_TDH(0): in e1000_translate_register_82542()
H A De1000_regs.h260 #define E1000_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) : \ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c1773 case E1000_TDH(0): in e82545_write_register()
1981 case E1000_TDH(0): in e82545_read_register()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h612 #define E1000_TDH 0x03810 /* TX Descriptor Head - RW */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c1771 E1000_WRITE_REG(&igb->hw, E1000_TDH(tx_ring->index), 0); in igb_tx_clean()
2358 E1000_WRITE_REG(hw, E1000_TDH(tx_ring->index), 0); in igb_setup_tx_ring()