Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c120 E1000_WRITE_REG(hw, E1000_TCTL, tctl & ~E1000_TCTL_EN); in e1000_fifo_workaround_82547()
H A De1000g_tx.c941 reg_tctl |= E1000_TCTL_PSP | E1000_TCTL_EN | in e1000g_tx_setup()
1745 E1000_WRITE_REG(hw, E1000_TCTL, tctl | E1000_TCTL_EN); in e1000g_flush_tx_ring()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h416 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
H A De1000_82571.c1084 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c794 on = ((val & E1000_TCTL_EN) == E1000_TCTL_EN); in e82545_tx_ctl()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c3392 tctl |= E1000_TCTL_EN | E1000_TCTL_PSP |
3395 tctl = E1000_TCTL_PSP | E1000_TCTL_EN |
H A De1000_hw.h1311 #define E1000_TCTL_EN 0x00000002 /* enable tx */ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2442 reg_val |= E1000_TCTL_EN; in igb_setup_tx()