Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c542 uint32_t manc; in e1000_reset_hw() local
709 manc = E1000_READ_REG(hw, MANC); in e1000_reset_hw()
710 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
711 E1000_WRITE_REG(hw, MANC, manc); in e1000_reset_hw()
7952 uint32_t manc; in e1000_enable_mng_pass_thru() local
7956 manc = E1000_READ_REG(hw, MANC); in e1000_enable_mng_pass_thru()
7958 if (!(manc & E1000_MANC_RCV_TCO_EN) || in e1000_enable_mng_pass_thru()
7959 !(manc & E1000_MANC_EN_MAC_ADDR_FILTER)) in e1000_enable_mng_pass_thru()
7969 if ((manc & E1000_MANC_SMBUS_EN) && !(manc & E1000_MANC_ASF_EN)) in e1000_enable_mng_pass_thru()
8376 uint32_t manc = 0; in e1000_check_phy_reset_block() local
[all …]