Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c298 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000e_enable_mng_pass_thru()
H A Ddefines.h103 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h122 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
H A De1000_mac.c1662 if (!(manc & E1000_MANC_RCV_TCO_EN)) in igb_enable_mng_pass_thru()
H A De1000_82575.c1954 !(rd32(E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in igb_rx_fifo_flush_82575()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2037 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
H A De1000_hw.c5509 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000_enable_mng_pass_thru()