Searched refs:fwsm (Results 1 – 5 of 5) sorted by relevance
97 u32 fwsm = er32(FWSM); in e1000e_check_mng_mode_generic() local99 return (fwsm & E1000_FWSM_MODE_MASK) == in e1000e_check_mng_mode_generic()312 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local320 fwsm = er32(FWSM); in e1000e_enable_mng_pass_thru()324 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000e_enable_mng_pass_thru()
307 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local358 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan()422 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan()1705 u32 fwsm; in e1000_check_mng_mode_ich8lan() local1707 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan()1708 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan()1709 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan()1723 u32 fwsm; in e1000_check_mng_mode_pchlan() local1725 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan()1726 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan()[all …]
72 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local74 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM); in ixgbe_mng_enabled()75 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()507 u32 autoc2_reg, fwsm; in ixgbe_stop_mac_link_on_d3_82599() local513 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM); in ixgbe_stop_mac_link_on_d3_82599()515 if (((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) && in ixgbe_stop_mac_link_on_d3_82599()
5197 u32 fwsm; in ixgbe_sw_init() local5263 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM); in ixgbe_sw_init()5264 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init()
1575 u32 fwsm, factps; in igb_enable_mng_pass_thru() local1587 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru()1591 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()