Searched refs:link_cfg_err (Results 1 – 4 of 4) sorted by relevance
1027 static void ice_check_phy_fw_load(struct ice_pf *pf, u8 link_cfg_err) in ice_check_phy_fw_load() argument1029 if (!(link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE)) { in ice_check_phy_fw_load()1037 if (link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE) { in ice_check_phy_fw_load()1051 static void ice_check_module_power(struct ice_pf *pf, u8 link_cfg_err) in ice_check_module_power() argument1054 if (!(link_cfg_err & (ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT | in ice_check_module_power()1066 if (link_cfg_err & ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT) { in ice_check_module_power()1069 } else if (link_cfg_err & ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED) { in ice_check_module_power()1083 static void ice_check_link_cfg_err(struct ice_pf *pf, u8 link_cfg_err) in ice_check_link_cfg_err() argument1085 ice_check_module_power(pf, link_cfg_err); in ice_check_link_cfg_err()1086 ice_check_phy_fw_load(pf, link_cfg_err); in ice_check_link_cfg_err()[all …]
173 u8 link_cfg_err; member
791 li->link_cfg_err = link_data.link_cfg_err; in ice_aq_get_link_info()822 ice_debug(hw, ICE_DBG_LINK, " link_cfg_err = 0x%x\n", li->link_cfg_err); in ice_aq_get_link_info()
1296 u8 link_cfg_err; member