Home
last modified time | relevance | path

Searched refs:E1000_TDT (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c869 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 De1000g_workarounds.c101 if (E1000_READ_REG(hw, E1000_TDT(0)) != in e1000_fifo_workaround_82547()
H A De1000g_debug.c307 {"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 De1000g_main.c2216 E1000_WRITE_REG(&Adapter->shared, E1000_TDT(0), 0); in e1000g_tx_clean()
6665 E1000_WRITE_REG(&Adapter->shared, E1000_TDT(0), 0); in e1000g_quiesce()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82542.c514 case E1000_TDT(0): in e1000_translate_register_82542()
H A De1000_regs.h265 #define E1000_TDT(_n) ((_n) < 4 ? (0x03818 + ((_n) * 0x100)) : \ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1785 case E1000_TDT(0): in e82545_write_register()
1985 case E1000_TDT(0): in e82545_read_register()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c1062 E1000_WRITE_REG(hw, E1000_TDT(tx_ring->index), index); in igb_tx_fill_ring()
H A Digb_main.c1772 E1000_WRITE_REG(&igb->hw, E1000_TDT(tx_ring->index), 0); in igb_tx_clean()
2359 E1000_WRITE_REG(hw, E1000_TDT(tx_ring->index), 0); in igb_setup_tx_ring()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h613 #define E1000_TDT 0x03818 /* TX Descripotr Tail - RW */ macro