Searched refs:fwsm (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_manage.c | 113 u32 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_generic() local 118 return (fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_generic() 343 u32 fwsm, factps; in e1000_enable_mng_pass_thru() local 356 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_enable_mng_pass_thru() 360 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_enable_mng_pass_thru() 469 u32 hicr, hibba, fwsm, icr, i; in e1000_load_firmware() local 521 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_load_firmware() 522 if ((fwsm & E1000_FWSM_FW_VALID) && in e1000_load_firmware() 523 ((fwsm & E1000_FWSM_MODE_MASK) >> E1000_FWSM_MODE_SHIFT == in e1000_load_firmware()
|
H A D | e1000_ich8lan.c | 318 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_init_phy_workarounds_pchlan() local 380 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 444 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1998 u32 fwsm; in e1000_check_mng_mode_ich8lan() local 2002 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_ich8lan() 2004 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 2005 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan() 2019 u32 fwsm; in e1000_check_mng_mode_pchlan() local 2023 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_pchlan() 2025 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan() [all …]
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 5271 u32 fwsm; in ixgbe_mng_present() local 5276 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw)); in ixgbe_mng_present() 5278 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present() 5289 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 5291 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw)); in ixgbe_mng_enabled() 5292 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
|