Searched refs:fwsm (Results 1 – 6 of 6) sorted by relevance
79 u32 fwsm = er32(FWSM); in e1000e_check_mng_mode_generic() local81 return (fwsm & E1000_FWSM_MODE_MASK) == in e1000e_check_mng_mode_generic()294 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local302 fwsm = er32(FWSM); in e1000e_enable_mng_pass_thru()306 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000e_enable_mng_pass_thru()
291 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local343 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan()407 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan()1785 u32 fwsm; in e1000_check_mng_mode_ich8lan() local1787 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan()1788 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan()1789 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan()1803 u32 fwsm; in e1000_check_mng_mode_pchlan() local1805 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan()1806 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan()[all …]
1625 u32 fwsm, factps; in igb_enable_mng_pass_thru() local1637 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru()1641 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()
46 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local48 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_enabled()49 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
4178 u32 fwsm; in ixgbe_mng_present() local4183 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present()4185 return !!(fwsm & IXGBE_FWSM_FW_MODE_PT); in ixgbe_mng_present()
6154 u32 fwsm; in ixgbe_sw_init() local6238 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init()6239 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init()