Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_defines.h416 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
H A De1000_82571.c968 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
H A Dif_em.c2955 E1000_WRITE_REG(hw, E1000_TCTL, tctl | E1000_TCTL_EN); in em_flush_tx_ring()
3741 tctl |= (E1000_TCTL_PSP | E1000_TCTL_RTLC | E1000_TCTL_EN | in em_initialize_transmit_unit()
/freebsd/usr.sbin/bhyve/
H A Dpci_e82545.c795 on = ((val & E1000_TCTL_EN) == E1000_TCTL_EN); in e82545_tx_ctl()