Searched refs:fwsm (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | manage.c | 79 u32 fwsm = er32(FWSM); in e1000e_check_mng_mode_generic() local 81 return (fwsm & E1000_FWSM_MODE_MASK) == in e1000e_check_mng_mode_generic() 294 u32 fwsm, factps; in e1000e_enable_mng_pass_thru() local 302 fwsm = er32(FWSM); in e1000e_enable_mng_pass_thru() 306 ((fwsm & E1000_FWSM_MODE_MASK) == in e1000e_enable_mng_pass_thru()
|
| H A D | ich8lan.c | 344 u32 mac_reg, fwsm = er32(FWSM); in e1000_init_phy_workarounds_pchlan() local 416 (fwsm & E1000_ICH_FWSM_FW_VALID)) in e1000_init_phy_workarounds_pchlan() 494 !(fwsm & E1000_ICH_FWSM_FW_VALID)) { in e1000_init_phy_workarounds_pchlan() 1972 u32 fwsm; in e1000_check_mng_mode_ich8lan() 1974 fwsm = er32(FWSM); in e1000_check_mng_mode_ich8lan() 1975 return (fwsm & E1000_ICH_FWSM_FW_VALID) && in e1000_check_mng_mode_ich8lan() 1976 ((fwsm & E1000_FWSM_MODE_MASK) == 1990 u32 fwsm; in e1000_check_mng_mode_pchlan() 1992 fwsm = er32(FWSM); in e1000_check_mng_mode_pchlan() 1993 return (fwsm in e1000_check_mng_mode_pchlan() 1969 u32 fwsm; e1000_check_mng_mode_ich8lan() local 1987 u32 fwsm; e1000_check_mng_mode_pchlan() local [all...] |
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_mac.c | 736 u32 fwsm, factps; in igc_enable_mng_pass_thru() local 748 fwsm = rd32(IGC_FWSM); in igc_enable_mng_pass_thru() 752 ((fwsm & IGC_FWSM_MODE_MASK) == in igc_enable_mng_pass_thru()
|
| /linux/drivers/net/ethernet/intel/ixgbe/devlink/ |
| H A D | devlink.c | 456 u32 fwsm; in ixgbe_devlink_reload_empr_finish() local 465 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_devlink_reload_empr_finish() 470 } while (!(fwsm & IXGBE_FWSM_FW_VAL_BIT)); in ixgbe_devlink_reload_empr_finish()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.c | 1654 u32 fwsm, factps; in igb_enable_mng_pass_thru() local 1666 fwsm = rd32(E1000_FWSM); in igb_enable_mng_pass_thru() 1670 ((fwsm & E1000_FWSM_MODE_MASK) == in igb_enable_mng_pass_thru()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 1875 u32 fwsm = IXGBE_READ_REG(hw, IXGBE_GL_MNG_FWSM); in ixgbe_fw_rollback_mode_e610() 1877 return !!(fwsm & IXGBE_GL_MNG_FWSM_RECOVERY_M); in ixgbe_fw_rollback_mode_e610() local 1891 u32 fwsm = IXGBE_READ_REG(hw, IXGBE_GL_MNG_FWSM); in ixgbe_init_phy_ops_e610() 1893 return !!(fwsm & IXGBE_GL_MNG_FWSM_ROLLBACK_M); in ixgbe_init_phy_ops_e610() 1861 u32 fwsm = IXGBE_READ_REG(hw, IXGBE_GL_MNG_FWSM); ixgbe_fw_recovery_mode_e610() local
|
| H A D | ixgbe_main.c | 6881 u32 fwsm; in ixgbe_sw_init() 6969 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_sw_init() 6970 if (fwsm & IXGBE_FWSM_TS_ENABLED) in ixgbe_sw_init() 8613 u32 fwsm; in ixgbe_check_fw_error() 8616 /* read fwsm.ext_err_ind register and log errors */ in ixgbe_check_fw_error() 8617 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM(hw)); in ixgbe_check_fw_error() 8620 if (fwsm & IXGBE_FWSM_EXT_ERR_IND_MASK || in ixgbe_check_fw_error() 8621 (!(fwsm & IXGBE_FWSM_FW_VAL_BIT) && !(hw->mac.type == ixgbe_mac_e610))) in ixgbe_check_fw_error() 8623 fwsm); in ixgbe_check_fw_error() 6865 u32 fwsm; ixgbe_sw_init() local 8593 u32 fwsm; ixgbe_check_fw_error() local
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 234 u32 fwsm; in wx_mng_present() local 236 fwsm = rd32(wx, WX_MIS_ST); in wx_mng_present() 237 if (fwsm & WX_MIS_ST_MNG_INIT_DN) in wx_mng_present()
|