Searched refs:fwsm (Results 1 – 6 of 6) 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()
309 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local360 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan()424 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan()1771 u32 fwsm; in e1000_check_mng_mode_ich8lan() local1773 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan()1774 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan()1775 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode_ich8lan()1789 u32 fwsm; in e1000_check_mng_mode_pchlan() local1791 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan()1792 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_pchlan()[all …]
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()
71 u32 fwsm, manc, factps; in ixgbe_mng_enabled() local73 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_enabled()74 if ((fwsm & IXGBE_FWSM_MODE_MASK) != IXGBE_FWSM_FW_MODE_PT) in ixgbe_mng_enabled()
3918 u32 fwsm; in ixgbe_mng_present() local3923 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_mng_present()3924 fwsm &= IXGBE_FWSM_MODE_MASK; in ixgbe_mng_present()3925 return fwsm == IXGBE_FWSM_FW_MODE_PT; in ixgbe_mng_present()
5296 u32 fwsm; in ixgbe_sw_init() local5360 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init()5361 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init()