Home
last modified time | relevance | path

Searched refs:link_cfg_err (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_main.c1028 * @link_cfg_err: bitmap from the link info structure
1032 static void ice_check_phy_fw_load(struct ice_pf *pf, u8 link_cfg_err) in ice_check_phy_fw_load() argument
1034 if (!(link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE)) { in ice_check_phy_fw_load()
1042 if (link_cfg_err & ICE_AQ_LINK_EXTERNAL_PHY_LOAD_FAILURE) { in ice_check_phy_fw_load()
1051 * @link_cfg_err: bitmap from the link info structure
1056 static void ice_check_module_power(struct ice_pf *pf, u8 link_cfg_err) in ice_check_module_power() argument
1059 if (!(link_cfg_err & (ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT | in ice_check_module_power()
1071 if (link_cfg_err & ICE_AQ_LINK_INVAL_MAX_POWER_LIMIT) { in ice_check_module_power()
1074 } else if (link_cfg_err & ICE_AQ_LINK_MODULE_POWER_UNSUPPORTED) { in ice_check_module_power()
1083 * @link_cfg_err
1088 ice_check_link_cfg_err(struct ice_pf *pf, u8 link_cfg_err) ice_check_link_cfg_err() argument
[all...]
H A Dice_type.h161 u8 link_cfg_err; member
H A Dice_common.c625 li->link_cfg_err = link_data.link_cfg_err; in ice_aq_get_link_info()
656 ice_debug(hw, ICE_DBG_LINK, " link_cfg_err = 0x%x\n", li->link_cfg_err); in ice_aq_get_link_info()
H A Dice_adminq_cmd.h1256 u8 link_cfg_err; member

Completed in 21 milliseconds