Searched refs:link_cfg_err (Results 1 – 4 of 4) sorted by relevance
1021 static void ice_check_phy_fw_load(struct ice_pf *pf, u8 link_cfg_err) in ice_check_phy_fw_load() argument1023 if (!(link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE)) { in ice_check_phy_fw_load()1031 if (link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE) { in ice_check_phy_fw_load()1045 static void ice_check_module_power(struct ice_pf *pf, u8 link_cfg_err) in ice_check_module_power() argument1048 if (!(link_cfg_err & (ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT | in ice_check_module_power()1060 if (link_cfg_err & ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT) { in ice_check_module_power()1063 } else if (link_cfg_err & ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED) { in ice_check_module_power()1077 static void ice_check_link_cfg_err(struct ice_pf *pf, u8 link_cfg_err) in ice_check_link_cfg_err() argument1079 ice_check_module_power(pf, link_cfg_err); in ice_check_link_cfg_err()1080 ice_check_phy_fw_load(pf, link_cfg_err); in ice_check_link_cfg_err()[all …]
162 u8 link_cfg_err; member
631 li->link_cfg_err = link_data.link_cfg_err; in ice_aq_get_link_info()662 ice_debug(hw, ICE_DBG_LINK, " link_cfg_err = 0x%x\n", li->link_cfg_err); in ice_aq_get_link_info()
1257 u8 link_cfg_err; member