Home
last modified time | relevance | path

Searched refs:E1000_MANC_RCV_TCO_EN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_manage.c354 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000_enable_mng_pass_thru()
H A De1000_defines.h177 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
H A De1000_82575.c2158 !(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_82575()