Searched refs:manc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_manage.c | 344 u32 manc; in e1000_enable_mng_pass_thru() local 352 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru() 354 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000_enable_mng_pass_thru() 379 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000_enable_mng_pass_thru() 380 !(manc & E1000_MANC_ASF_EN)) { in e1000_enable_mng_pass_thru()
|
H A D | e1000_82540.c | 272 u32 ctrl, manc; in e1000_reset_hw_82540() local 312 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540() 313 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82540() 314 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82540()
|
H A D | e1000_82541.c | 298 u32 ledctl, ctrl, manc; in e1000_reset_hw_82541() local 344 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541() 345 manc &= ~E1000_MANC_ARP_EN; in e1000_reset_hw_82541() 346 E1000_WRITE_REG(hw, E1000_MANC, manc); in e1000_reset_hw_82541()
|
H A D | if_em.c | 4242 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in em_init_manageability() local 4245 manc &= ~(E1000_MANC_ARP_EN); in em_init_manageability() 4248 manc |= E1000_MANC_EN_MNG2HOST; in em_init_manageability() 4254 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in em_init_manageability() 4266 int manc = E1000_READ_REG(&sc->hw, E1000_MANC); in em_release_manageability() local 4269 manc |= E1000_MANC_ARP_EN; in em_release_manageability() 4270 manc &= ~E1000_MANC_EN_MNG2HOST; in em_release_manageability() 4272 E1000_WRITE_REG(&sc->hw, E1000_MANC, manc); in em_release_manageability()
|
H A D | e1000_phy.c | 207 u32 manc; in e1000_check_reset_block_generic() local 211 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic() 213 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_reset_block_generic()
|
/freebsd/sys/dev/igc/ |
H A D | igc_phy.c | 114 u32 manc; in igc_check_reset_block_generic() local 118 manc = IGC_READ_REG(hw, IGC_MANC); in igc_check_reset_block_generic() 120 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block_generic()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_common.c | 5634 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 5640 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_mng_enabled() 5641 if (!(manc & IXGBE_MANC_RCV_TCO_EN)) in ixgbe_mng_enabled()
|