Searched refs:manc (Results 1 – 1 of 1) sorted by relevance
1388 uint32_t manc; in e1000_reset_hw() local1466 manc = E1000_READ_REG(hw, MANC); in e1000_reset_hw()1467 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()1468 E1000_WRITE_REG(hw, MANC, manc); in e1000_reset_hw()4303 uint32_t manc = 0; in e1000_check_phy_reset_block() local4313 manc = E1000_READ_REG(hw, MANC); in e1000_check_phy_reset_block()4314 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_phy_reset_block()