Home
last modified time | relevance | path

Searched refs:ICE_DBG_INIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_common.c59 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
887 ice_debug(hw, ICE_DBG_INIT, "Failed to enable FW logging.\n"); in ice_init_hw()
1069 ice_debug(hw, ICE_DBG_INIT, "Global reset polling failed to complete.\n"); in ice_check_reset()
1088 ice_debug(hw, ICE_DBG_INIT, "Global reset processes done. %d\n", cnt); in ice_check_reset()
1095 ice_debug(hw, ICE_DBG_INIT, "Wait for Reset Done timed out. GLNVM_ULD = 0x%x\n", in ice_check_reset()
1147 ice_debug(hw, ICE_DBG_INIT, "PF reset polling failed to complete.\n"); in ice_pf_reset()
1174 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1178 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
1948 ice_debug(hw, ICE_DBG_INIT, "%s: valid_functions (bitmap) = %d\n", prefix, in ice_parse_common_caps()
1953 ice_debug(hw, ICE_DBG_INIT, "%s: sr_iov_1_1 = %d\n", prefix, in ice_parse_common_caps()
[all …]
Dice_nvm.c451 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv()
456 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv()
470 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv()
476 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv()
515 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string()
522 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string()
527 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string()
536 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string()
543 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block word %d.\n", i); in ice_read_pba_string()
1041 ice_debug(hw, ICE_DBG_INIT, "Failed to read NVM info.\n"); in ice_init_nvm()
[all …]
Dice_flex_pipe.c1084 ice_debug(hw, ICE_DBG_INIT, "Did not find ice metadata section in package\n"); in ice_init_pkg_info()
1106 ice_debug(hw, ICE_DBG_INIT, "Did not find ice segment in driver package\n"); in ice_init_pkg_info()
1291 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat()
1299 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat()
1322 ice_debug(hw, ICE_DBG_INIT, "OS package is not compatible with NVM.\n"); in ice_chk_pkg_compat()
1369 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg()
1390 ice_debug(hw, ICE_DBG_INIT, "package previously loaded - no work.\n"); in ice_init_pkg()
1412 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", in ice_init_pkg()
3668 ice_debug(hw, ICE_DBG_INIT, "Characteristic list for VSI group %d not found.\n", in ice_has_prof_vsig()
3912 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw()
[all …]
Dice_type.h39 #define ICE_DBG_INIT BIT_ULL(1) macro