Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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()
/openbmc/qemu/hw/net/
H A De1000x_regs.h935 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
H A De1000.c260 [MANC] = E1000_MANC_EN_MNG2HOST | E1000_MANC_RCV_TCO_EN |
/openbmc/u-boot/drivers/net/
H A De1000.h1636 #define E1000_MANC_RCV_TCO_EN 0x00020000 /* Receive TCO Packets Enabled */ macro
/openbmc/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()