Searched refs:fwsm (Results 1 – 3 of 3) sorted by relevance
/titanic_50/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 | 319 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_init_phy_workarounds_pchlan() local 372 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 436 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1958 u32 fwsm; in e1000_check_mng_mode_ich8lan() local 1962 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_ich8lan() 1964 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 1965 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan() 1979 u32 fwsm; in e1000_check_mng_mode_pchlan() local 1983 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_pchlan() 1985 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan() [all …]
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_common.c | 4720 u32 fwsm; in ixgbe_mng_present() local 4725 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw)); in ixgbe_mng_present() 4726 fwsm &= IXGBE_FWSM_MODE_MASK; in ixgbe_mng_present() 4727 return fwsm == IXGBE_FWSM_FW_MODE_PT; in ixgbe_mng_present() 4738 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local 4740 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw)); in ixgbe_mng_enabled() 4741 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
|