Home
last modified time | relevance | path

Searched refs:ice_debug (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_nvm.c78 ice_debug(hw, ICE_DBG_NVM, "NVM error: requested offset is beyond Shadow RAM limit\n"); in ice_read_flat_nvm()
271 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash module: 0x%04x\n", module); in ice_get_flash_bank_offset()
283 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for active flash bank: %u\n", in ice_get_flash_bank_offset()
299 ice_debug(hw, ICE_DBG_NVM, "Unexpected value for flash bank selection: %u\n", bank); in ice_get_flash_bank_offset()
329 ice_debug(hw, ICE_DBG_NVM, "Unable to calculate flash bank offset for module 0x%04x\n", in ice_read_flash_module()
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()
[all …]
Dice_ptp_hw.c309 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_read_phy_reg_e822()
342 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_read_64b_phy_reg_e822()
349 ice_debug(hw, ICE_DBG_PTP, "Failed to read from low register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
356 ice_debug(hw, ICE_DBG_PTP, "Failed to read from high register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
387 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_write_phy_reg_e822()
416 ice_debug(hw, ICE_DBG_PTP, "Invalid 40b register addr 0x%08x\n", in ice_write_40b_phy_reg_e822()
426 ice_debug(hw, ICE_DBG_PTP, "Failed to write to low register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
433 ice_debug(hw, ICE_DBG_PTP, "Failed to write to high register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
464 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_write_64b_phy_reg_e822()
474 ice_debug(hw, ICE_DBG_PTP, "Failed to write to low register 0x%08x\n, err %d", in ice_write_64b_phy_reg_e822()
[all …]
Dice_vlan_mode.c96 ice_debug(hw, ICE_DBG_AQ, "Failed to get VLAN mode, status %d\n", in ice_aq_is_dvm_ena()
142 ice_debug(hw, ICE_DBG_PKG, "Failed to get supported VLAN mode, status %d\n", in ice_pkg_supports_dvm()
164 ice_debug(hw, ICE_DBG_NVM, "Failed to get VLAN mode, status %d\n", in ice_fw_supports_dvm()
185 ice_debug(hw, ICE_DBG_PKG, "DDP doesn't support DVM\n"); in ice_is_dvm_supported()
190 ice_debug(hw, ICE_DBG_PKG, "FW doesn't support DVM\n"); in ice_is_dvm_supported()
255ice_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()
[all …]
Dice_common.c97 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_low: 0x%016llx\n", prefix, low); in ice_dump_phy_type()
101 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
105 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix, high); in ice_dump_phy_type()
109 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
161 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
293 ice_debug(hw, ICE_DBG_LAN, "got invalid MAC address\n"); in ice_aq_manage_mac_read()
350 ice_debug(hw, ICE_DBG_LINK, "get phy caps dump\n"); in ice_aq_get_phy_caps()
372 ice_debug(hw, ICE_DBG_LINK, "%s: report_mode = 0x%x\n", in ice_aq_get_phy_caps()
374 ice_debug(hw, ICE_DBG_LINK, "%s: caps = 0x%x\n", prefix, pcaps->caps); in ice_aq_get_phy_caps()
375 ice_debug(hw, ICE_DBG_LINK, "%s: low_power_ctrl_an = 0x%x\n", prefix, in ice_aq_get_phy_caps()
[all …]
Dice_osdep.h39 #define ice_debug(hw, type, fmt, args...) \ macro
47 #define ice_debug(hw, type, fmt, args...) \ macro
71 ice_debug(hw_l, type, "0x%04X %16ph\n",\
74 ice_debug(hw_l, type, "0x%04X %*ph\n", \
Dice_controlq.c761 ice_debug(hw, ICE_DBG_AQ_MSG, "Retry Admin Queue init due to FW critical error\n"); in ice_init_all_ctrlq()
869 ice_debug(hw, ICE_DBG_AQ_MSG, "ntc %d head %d.\n", ntc, rd32(hw, cq->sq.head)); in ice_clean_sq()
907ice_debug(hw, ICE_DBG_AQ_DESC, "CQ CMD: opcode 0x%04X, flags 0x%04X, datalen 0x%04X, retval 0x%04X… in ice_debug_cq()
911 ice_debug(hw, ICE_DBG_AQ_DESC, "\tcookie (h,l) 0x%08X 0x%08X\n", in ice_debug_cq()
914 ice_debug(hw, ICE_DBG_AQ_DESC, "\tparam (0,1) 0x%08X 0x%08X\n", in ice_debug_cq()
917 ice_debug(hw, ICE_DBG_AQ_DESC, "\taddr (h,l) 0x%08X 0x%08X\n", in ice_debug_cq()
921 ice_debug(hw, ICE_DBG_AQ_DESC_BUF, "Buffer:\n"); in ice_debug_cq()
979 ice_debug(hw, ICE_DBG_AQ_MSG, "Control Send queue not initialized.\n"); in ice_sq_send_cmd()
991 ice_debug(hw, ICE_DBG_AQ_MSG, "Invalid buffer size for Control Send queue: %d.\n", in ice_sq_send_cmd()
1004 ice_debug(hw, ICE_DBG_AQ_MSG, "head overrun at %d in the Control Send Queue ring\n", in ice_sq_send_cmd()
[all …]
Dice_ddp.c1137 ice_debug(hw, ICE_DBG_PKG, in ice_acquire_global_cfg_lock()
1264 ice_debug(hw, ICE_DBG_PKG, in ice_dwnld_cfg_bufs()
1279 ice_debug(hw, ICE_DBG_PKG, in ice_dwnld_cfg_bufs()
1321 ice_debug(hw, ICE_DBG_PKG, "Segment format version: %d.%d.%d.%d\n", in ice_download_pkg()
1327 ice_debug(hw, ICE_DBG_PKG, "Seg: type 0x%X, size %d, name %s\n", in ice_download_pkg()
1333 ice_debug(hw, ICE_DBG_PKG, "Seg buf count: %d\n", in ice_download_pkg()
1431 ice_debug(hw, ICE_DBG_PKG, in ice_update_pkg_no_lock()
1480 ice_debug(hw, ICE_DBG_PKG, "Package format version: %d.%d.%d.%d\n", in ice_find_seg_in_pkg()
1526 ice_debug(hw, ICE_DBG_INIT, in ice_init_pkg_info()
1534 ice_debug(hw, ICE_DBG_PKG, "Pkg: %d.%d.%d.%d, %s\n", in ice_init_pkg_info()
[all …]
Dice_sched.c170 ice_debug(hw, ICE_DBG_SCHED, "Parent Node not found for parent_teid=0x%x\n", in ice_sched_add_node()
259 ice_debug(hw, ICE_DBG_SCHED, "remove node failed FW error %d\n", in ice_sched_remove_elems()
554 ice_debug(hw, ICE_DBG_SCHED, "suspend/resume failed\n"); in ice_sched_suspend_resume_elems()
790 ice_debug(hw, ICE_DBG_SCHED, "Remove rl profile failed\n"); in ice_sched_clear_rl_prof()
937 ice_debug(hw, ICE_DBG_SCHED, "add node failed FW Error %d\n", in ice_sched_add_elems()
952 ice_debug(hw, ICE_DBG_SCHED, "add nodes in SW DB failed status =%d\n", in ice_sched_add_elems()
960 ice_debug(hw, ICE_DBG_SCHED, "Node is missing for teid =%d\n", teid); in ice_sched_add_elems()
976 ice_debug(hw, ICE_DBG_SCHED, "xa_alloc failed for sched node status =%d\n", in ice_sched_add_elems()
1084 ice_debug(pi->hw, ICE_DBG_SCHED, "added extra nodes %d %d\n", num_nodes, in ice_sched_add_nodes_to_layer()
1265 ice_debug(hw, ICE_DBG_SCHED, "num_branches unexpected %d\n", in ice_sched_init_port()
[all …]
Dice_flow.c1382 ice_debug(hw, ICE_DBG_FLOW, "Error processing a flow's packet segments\n"); in ice_flow_add_prof_sync()
1391 ice_debug(hw, ICE_DBG_FLOW, "Error adding a HW flow profile\n"); in ice_flow_add_prof_sync()
1472 ice_debug(hw, ICE_DBG_FLOW, "HW profile add failed, %d\n", in ice_flow_assoc_prof()
1503 ice_debug(hw, ICE_DBG_FLOW, "HW profile remove failed, %d\n", in ice_flow_disassoc_prof()
1813 ice_debug(hw, ICE_DBG_PKG, "Cannot find flow profile id=%llu\n", in ice_flow_rem_vsi_prof()
1839 ice_debug(hw, ICE_DBG_PKG, "ice_flow_disassoc_prof() failed with status=%d\n", in ice_flow_rem_vsi_prof()
Dice_flex_pipe.c1421 ice_debug(hw, ICE_DBG_PKG, "No profile masks for block %d\n", in ice_write_prof_mask_reg()
1427 ice_debug(hw, ICE_DBG_PKG, "write mask, blk %d (%d): %x = %x\n", in ice_write_prof_mask_reg()
1452 ice_debug(hw, ICE_DBG_PKG, "No profile masks for block %d\n", in ice_write_prof_mask_enable_res()
1458 ice_debug(hw, ICE_DBG_PKG, "write mask enable, blk %d (%d): %x = %x\n", in ice_write_prof_mask_enable_res()
1598 ice_debug(hw, ICE_DBG_PKG, "Free mask, blk %d, mask %d\n", blk, in ice_free_prof_mask()
1895 ice_debug(hw, ICE_DBG_PKG, "hw->seg is NULL, tables are not filled\n"); in ice_fill_tbl()
2359 ice_debug(hw, ICE_DBG_PKG, "Error in profile config\n"); in ice_prof_gen_key()
2446 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()
[all …]
Dice_switch.c2002 ice_debug(hw, ICE_DBG_SW, "Failed to get recipe %d, status %d\n", in ice_update_recipe_lkup_idx()
2021ice_debug(hw, ICE_DBG_SW, "Failed to update recipe %d lkup_idx %d fv_idx %d mask %d mask_valid %s,… in ice_update_recipe_lkup_idx()
2336 ice_debug(pi->hw, ICE_DBG_SW, "incorrect VSI/port type received\n"); in ice_init_port_info()
3291 ice_debug(hw, ICE_DBG_SW, "Failed to update pkt fwd rule to FWD_TO_VSI on HW VSI %d, error %d\n", in ice_rem_update_vsi_list()
3307 ice_debug(hw, ICE_DBG_SW, "Failed to remove VSI list %d, error %d\n", in ice_rem_update_vsi_list()
3625ice_debug(hw, ICE_DBG_SW, "Invalid configuration: Optimization to reuse VSI list with more than on… in ice_add_vlan_internal()
4397 ice_debug(hw, ICE_DBG_SW, "Unsupported lookup type %d\n", lkup); in ice_remove_vsi_lkup_fltr()
4491 ice_debug(hw, ICE_DBG_SW, "counter resource could not be freed\n"); in ice_free_res_cntr()
4534 ice_debug(hw, ICE_DBG_SW, "Could not set resource type %u id %u to %s\n", in ice_share_res()
4975 ice_debug(hw, ICE_DBG_SW, "Result idx slots: %d, need %d\n", in ice_add_sw_recipe()
[all …]
Dice_fdir.c1194 ice_debug(hw, ICE_DBG_SW, "Unknown filter type %d\n", flow); in ice_fdir_update_cntrs()