Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_manage.c342 u32 manc; in e1000_enable_mng_pass_thru() local
350 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru()
352 if (!(manc & E1000_MANC_RCV_TCO_EN)) in e1000_enable_mng_pass_thru()
377 } else if ((manc & E1000_MANC_SMBUS_EN) && in e1000_enable_mng_pass_thru()
378 !(manc & E1000_MANC_ASF_EN)) { in e1000_enable_mng_pass_thru()
H A De1000_82540.c272 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 De1000_82541.c298 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 De1000_phy.c201 u32 manc; in e1000_check_reset_block_generic() local
205 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic()
207 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_reset_block_generic()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c113 u32 manc; in igc_check_reset_block_generic() local
117 manc = IGC_READ_REG(hw, IGC_MANC); in igc_check_reset_block_generic()
119 return (manc & IGC_MANC_BLK_PHY_RST_ON_IDE) ? in igc_check_reset_block_generic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c971 uint32_t manc; local
1070 manc = E1000_READ_REG(hw, MANC);
1071 manc &= ~(E1000_MANC_ARP_EN);
1072 E1000_WRITE_REG(hw, MANC, manc);
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c5289 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local
5295 manc = IXGBE_READ_REG(hw, IXGBE_MANC); in ixgbe_mng_enabled()
5296 if (!(manc & IXGBE_MANC_RCV_TCO_EN)) in ixgbe_mng_enabled()