Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A 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()
H A Dice_common.c181 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
1304 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1308 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
2166 ice_debug(hw, ICE_DBG_INIT, "%s: max_mtu = %d\n", in ice_parse_common_caps()
2171 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps()
2177 ice_debug(hw, ICE_DBG_INIT, in ice_parse_common_caps()
2183 ice_debug(hw, ICE_DBG_INIT, "%s: roce_lag = %u\n", in ice_parse_common_caps()
2186 ice_debug(hw, ICE_DBG_INIT, "%s: sriov_lag = %u\n", in ice_parse_common_caps()
2221 ice_debug(hw, ICE_DBG_INIT, "forcing RDMA off\n"); in ice_recalc_port_limited_caps()
2322 ice_debug(hw, ICE_DBG_INIT, "func caps: tmr_ena = %u\n", in ice_parse_1588_func_caps()
[all …]
H A Dice_ddp.c1546 ice_debug(hw, ICE_DBG_INIT, "Segment ID %d\n", hw->pkg_seg_id); in ice_download_pkg_with_sig_seg()
1940 ice_debug(hw, ICE_DBG_INIT, "Pkg using segment id: 0x%08X\n", in ice_init_pkg_info()
1955 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1976 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
2053 ice_debug(hw, ICE_DBG_INIT, "Package version check failed.\n"); in ice_chk_pkg_compat()
2061 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat()
2078 ice_debug(hw, ICE_DBG_INIT, in ice_chk_pkg_compat()
2240 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg()
2423 ice_debug(hw, ICE_DBG_INIT, "New topology already applied\n"); in ice_cfg_tx_topo()
2480 ice_debug(hw, ICE_DBG_INIT, "5 layer topology buffer > 4K\n"); in ice_cfg_tx_topo()
[all …]
H A Dice_nvm.c462 ice_debug(hw, ICE_DBG_INIT, "Preserved Field Array pointer.\n"); in ice_get_pfa_module_tlv()
467 ice_debug(hw, ICE_DBG_INIT, "Failed to read PFA length.\n"); in ice_get_pfa_module_tlv()
493 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV type.\n"); in ice_get_pfa_module_tlv()
499 ice_debug(hw, ICE_DBG_INIT, "Failed to read TLV length.\n"); in ice_get_pfa_module_tlv()
540 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Block TLV.\n"); in ice_read_pba_string()
547 ice_debug(hw, ICE_DBG_INIT, "Failed to read PBA Section size.\n"); in ice_read_pba_string()
552 ice_debug(hw, ICE_DBG_INIT, "Invalid PBA Block TLV size.\n"); in ice_read_pba_string()
561 ice_debug(hw, ICE_DBG_INIT, "Buffer too small for PBA data.\n"); in ice_read_pba_string()
1160 ice_debug(hw, ICE_DBG_INIT, "Failed to read NVM info.\n"); in ice_init_nvm()
1166 ice_debug(hw, ICE_DBG_INIT, "Failed to read Option ROM info.\n"); in ice_init_nvm()
[all …]
H A Dice_flex_pipe.c2473 ice_debug(hw, ICE_DBG_INIT, "Characteristic list for VSI group %d not found.\n", in ice_has_prof_vsig()
2717 ice_debug(hw, ICE_DBG_INIT, "Unable to update HW profile\n"); in ice_upd_prof_hw()
2737 ice_debug(hw, ICE_DBG_INIT, "fd mask(%d): %x = %x\n", prof_id, in ice_update_fd_mask()
2914 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
2920 ice_debug(hw, ICE_DBG_INIT, "inset wr(%d, %d): %x = %08x\n", in ice_update_fd_swap()
3016 ice_debug(hw, ICE_DBG_INIT, "swap wr(%d, %d): 0x%x = 0x%08x\n", in ice_disable_fd_swap()
3022 ice_debug(hw, ICE_DBG_INIT, "inset wr(%d, %d): 0x%x = 0x%08x\n", in ice_disable_fd_swap()
H A Dice_type.h43 #define ICE_DBG_INIT BIT_ULL(1) macro