Searched refs:E1000_TCTL_EN (Results 1 – 4 of 4) sorted by relevance
416 #define E1000_TCTL_EN 0x00000002 /* enable Tx */ macro
968 tctl &= ~E1000_TCTL_EN; in e1000_reset_hw_82571()
2955 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()
795 on = ((val & E1000_TCTL_EN) == E1000_TCTL_EN); in e82545_tx_ctl()