Searched refs:ICE_DBG_INIT (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_vlan_mode.c | 255 …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()
|
D | ice_common.c | 160 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type() 1071 ice_debug(hw, ICE_DBG_INIT, "Failed to enable FW logging.\n"); in ice_init_hw() 1253 ice_debug(hw, ICE_DBG_INIT, "Global reset polling failed to complete.\n"); in ice_check_reset() 1272 ice_debug(hw, ICE_DBG_INIT, "Global reset processes done. %d\n", cnt); in ice_check_reset() 1279 ice_debug(hw, ICE_DBG_INIT, "Wait for Reset Done timed out. GLNVM_ULD = 0x%x\n", in ice_check_reset() 1331 ice_debug(hw, ICE_DBG_INIT, "PF reset polling failed to complete.\n"); in ice_pf_reset() 1358 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset() 1362 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset() 2141 ice_debug(hw, ICE_DBG_INIT, "%s: valid_functions (bitmap) = %d\n", prefix, in ice_parse_common_caps() 2146 ice_debug(hw, ICE_DBG_INIT, "%s: sr_iov_1_1 = %d\n", prefix, in ice_parse_common_caps() [all …]
|
D | ice_nvm.c | 450 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() 1061 ice_debug(hw, ICE_DBG_INIT, "Failed to read NVM info.\n"); in ice_init_nvm() [all …]
|
D | ice_flex_pipe.c | 1270 ice_debug(hw, ICE_DBG_INIT, "Did not find ice metadata section in package\n"); in ice_init_pkg_info() 1292 ice_debug(hw, ICE_DBG_INIT, "Did not find ice segment in driver package\n"); in ice_init_pkg_info() 1483 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat() 1491 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat() 1515 ice_debug(hw, ICE_DBG_INIT, "OS package is not compatible with NVM.\n"); in ice_chk_pkg_compat() 1671 ice_debug(hw, ICE_DBG_INIT, "failed to verify pkg (err: %d)\n", in ice_init_pkg() 1692 ice_debug(hw, ICE_DBG_INIT, "package previously loaded - no work.\n"); in ice_init_pkg() 1716 ice_debug(hw, ICE_DBG_INIT, "package load failed, %d\n", in ice_init_pkg() 4352 ice_debug(hw, ICE_DBG_INIT, "Characteristic list for VSI group %d not found.\n", in ice_has_prof_vsig() 4596 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw() [all …]
|
D | ice_type.h | 41 #define ICE_DBG_INIT BIT_ULL(1) macro
|