Searched refs:link_cfg_err (Results 1 – 4 of 4) sorted by relevance
1003 static void ice_check_phy_fw_load(struct ice_pf *pf, u8 link_cfg_err) in ice_check_phy_fw_load() argument1005 if (!(link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE)) { in ice_check_phy_fw_load()1013 if (link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE) { in ice_check_phy_fw_load()1027 static void ice_check_module_power(struct ice_pf *pf, u8 link_cfg_err) in ice_check_module_power() argument1030 if (!(link_cfg_err & (ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT | in ice_check_module_power()1042 if (link_cfg_err & ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT) { in ice_check_module_power()1045 } else if (link_cfg_err & ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED) { in ice_check_module_power()1059 static void ice_check_link_cfg_err(struct ice_pf *pf, u8 link_cfg_err) in ice_check_link_cfg_err() argument1061 ice_check_module_power(pf, link_cfg_err); in ice_check_link_cfg_err()1062 ice_check_phy_fw_load(pf, link_cfg_err); in ice_check_link_cfg_err()[all …]
161 u8 link_cfg_err; member
599 li->link_cfg_err = link_data.link_cfg_err; in ice_aq_get_link_info()630 ice_debug(hw, ICE_DBG_LINK, " link_cfg_err = 0x%x\n", li->link_cfg_err); in ice_aq_get_link_info()
1244 u8 link_cfg_err; member