Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_vlan_mode.c255 …ice_debug(hw, ICE_DBG_INIT, "Failed to update RID %d lkup_idx %d fv_idx %d mask_valid %s mask 0x%0… in ice_dvm_update_dflt_recipes()
319 ice_debug(hw, ICE_DBG_INIT, "Failed to set double VLAN mode parameters, status %d\n", in ice_set_dvm()
326 ice_debug(hw, ICE_DBG_INIT, "Failed to update default recipes for double VLAN mode, status %d\n", in ice_set_dvm()
333 ice_debug(hw, ICE_DBG_INIT, "Failed to set port in double VLAN mode, status %d\n", in ice_set_dvm()
340 ice_debug(hw, ICE_DBG_INIT, "Failed to set boost TCAM entries for double VLAN mode, status %d\n", in ice_set_dvm()
359 ice_debug(hw, ICE_DBG_INIT, "Failed to set port parameters for single VLAN mode\n"); in ice_set_svm()
375 ice_debug(hw, ICE_DBG_INIT, "Failed to configure port in single VLAN mode\n"); in ice_set_svm()
Dice_common.c161 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
1095 ice_debug(hw, ICE_DBG_INIT, "Failed to enable FW logging.\n"); in ice_init_hw()
1277 ice_debug(hw, ICE_DBG_INIT, "Global reset polling failed to complete.\n"); in ice_check_reset()
1296 ice_debug(hw, ICE_DBG_INIT, "Global reset processes done. %d\n", cnt); in ice_check_reset()
1303 ice_debug(hw, ICE_DBG_INIT, "Wait for Reset Done timed out. GLNVM_ULD = 0x%x\n", in ice_check_reset()
1355 ice_debug(hw, ICE_DBG_INIT, "PF reset polling failed to complete.\n"); in ice_pf_reset()
1382 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1386 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
2148 ice_debug(hw, ICE_DBG_INIT, "%s: valid_functions (bitmap) = %d\n", prefix, in ice_parse_common_caps()
2153 ice_debug(hw, ICE_DBG_INIT, "%s: sr_iov_1_1 = %d\n", prefix, in ice_parse_common_caps()
[all …]
Dice_nvm.c450 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv()
455 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv()
469 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv()
475 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv()
513 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string()
520 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string()
525 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string()
534 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string()
541 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block word %d.\n", i); in ice_read_pba_string()
1060 ice_debug(hw, ICE_DBG_INIT, "Failed to read NVM info.\n"); in ice_init_nvm()
[all …]
Dice_ddp.c1526 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1547 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1633 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat()
1641 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat()
1665 ice_debug(hw, ICE_DBG_INIT, in ice_chk_pkg_compat()
1802 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg()
1823 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg()
1848 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", state); in ice_init_pkg()
Dice_flex_pipe.c2446 ice_debug(hw, ICE_DBG_INIT, "Characteristic list for VSI group %d not found.\n", in ice_has_prof_vsig()
2690 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw()
2710 ice_debug(hw, ICE_DBG_INIT, "fd mask(%d): %x = %x\n", prof_id, in ice_update_fd_mask()
2887 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
2893 ice_debug(hw, ICE_DBG_INIT, "inset wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
Dice_type.h41 #define ICE_DBG_INIT BIT_ULL(1) macro