Lines Matching refs:ice_debug
23 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_set_mac_type()
58 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type()
119 ice_debug(hw, ICE_DBG_LAN, "got invalid MAC address\n"); in ice_aq_manage_mac_read()
172 ice_debug(hw, ICE_DBG_LINK, "get phy caps - report_mode = 0x%x\n", in ice_aq_get_phy_caps()
174 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_phy_caps()
176 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_phy_caps()
178 ice_debug(hw, ICE_DBG_LINK, " caps = 0x%x\n", pcaps->caps); in ice_aq_get_phy_caps()
179 ice_debug(hw, ICE_DBG_LINK, " low_power_ctrl_an = 0x%x\n", in ice_aq_get_phy_caps()
181 ice_debug(hw, ICE_DBG_LINK, " eee_cap = 0x%x\n", pcaps->eee_cap); in ice_aq_get_phy_caps()
182 ice_debug(hw, ICE_DBG_LINK, " eeer_value = 0x%x\n", in ice_aq_get_phy_caps()
184 ice_debug(hw, ICE_DBG_LINK, " link_fec_options = 0x%x\n", in ice_aq_get_phy_caps()
186 ice_debug(hw, ICE_DBG_LINK, " module_compliance_enforcement = 0x%x\n", in ice_aq_get_phy_caps()
188 ice_debug(hw, ICE_DBG_LINK, " extended_compliance_code = 0x%x\n", in ice_aq_get_phy_caps()
190 ice_debug(hw, ICE_DBG_LINK, " module_type[0] = 0x%x\n", in ice_aq_get_phy_caps()
192 ice_debug(hw, ICE_DBG_LINK, " module_type[1] = 0x%x\n", in ice_aq_get_phy_caps()
194 ice_debug(hw, ICE_DBG_LINK, " module_type[2] = 0x%x\n", in ice_aq_get_phy_caps()
450 ice_debug(hw, ICE_DBG_LINK, "get link info\n"); in ice_aq_get_link_info()
451 ice_debug(hw, ICE_DBG_LINK, " link_speed = 0x%x\n", li->link_speed); in ice_aq_get_link_info()
452 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_link_info()
454 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_link_info()
456 ice_debug(hw, ICE_DBG_LINK, " media_type = 0x%x\n", *hw_media_type); in ice_aq_get_link_info()
457 ice_debug(hw, ICE_DBG_LINK, " link_info = 0x%x\n", li->link_info); in ice_aq_get_link_info()
458 ice_debug(hw, ICE_DBG_LINK, " an_info = 0x%x\n", li->an_info); in ice_aq_get_link_info()
459 ice_debug(hw, ICE_DBG_LINK, " ext_info = 0x%x\n", li->ext_info); in ice_aq_get_link_info()
460 ice_debug(hw, ICE_DBG_LINK, " fec_info = 0x%x\n", li->fec_info); in ice_aq_get_link_info()
461 ice_debug(hw, ICE_DBG_LINK, " lse_ena = 0x%x\n", li->lse_ena); in ice_aq_get_link_info()
462 ice_debug(hw, ICE_DBG_LINK, " max_frame = 0x%x\n", in ice_aq_get_link_info()
464 ice_debug(hw, ICE_DBG_LINK, " pacing = 0x%x\n", li->pacing); in ice_aq_get_link_info()
703 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_init_hw()
764 ice_debug(hw, ICE_DBG_SCHED, "Failed to get scheduler allocated resources\n"); in ice_init_hw()
785 ice_debug(hw, ICE_DBG_PHY, "Get PHY capabilities failed, continuing anyway\n"); in ice_init_hw()
793 ice_debug(hw, ICE_DBG_SCHED, "invalid sw entry point\n"); in ice_init_hw()
900 ice_debug(hw, ICE_DBG_INIT, "Global reset polling failed to complete.\n"); in ice_check_reset()
918 ice_debug(hw, ICE_DBG_INIT, "Global reset processes done. %d\n", cnt); in ice_check_reset()
925 ice_debug(hw, ICE_DBG_INIT, "Wait for Reset Done timed out. GLNVM_ULD = 0x%x\n", in ice_check_reset()
977 ice_debug(hw, ICE_DBG_INIT, "PF reset polling failed to complete.\n"); in ice_pf_reset()
1004 ice_debug(hw, ICE_DBG_INIT, "CoreR requested\n"); in ice_reset()
1008 ice_debug(hw, ICE_DBG_INIT, "GlobalR requested\n"); in ice_reset()
1047 ice_debug(hw, ICE_DBG_QCTX, "qrxdata[%d]: %08X\n", i, in ice_copy_rxq_ctx_to_hw()
1185 ice_debug(hw, ICE_DBG_QCTX, "cmpltnqdata[%d]: %08X\n", i, in ice_copy_tx_cmpltnq_ctx_to_hw()
1275 ice_debug(hw, ICE_DBG_QCTX, "tx_drbell_qdata[%d]: %08X\n", i, in ice_copy_tx_drbell_q_ctx_to_hw()
1512 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_req_res()
1581 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_release_res()
1611 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_acquire_res()
1624 ice_debug(hw, ICE_DBG_RES, "resource %d acquire type %d failed.\n", res, access); in ice_acquire_res()
1642 ice_debug(hw, ICE_DBG_RES, "resource acquire timed out.\n"); in ice_acquire_res()
1647 ice_debug(hw, ICE_DBG_RES, "resource indicates no work to do.\n"); in ice_acquire_res()
1649 ice_debug(hw, ICE_DBG_RES, "Warning: ICE_ERR_AQ_NO_WORK not expected\n"); in ice_acquire_res()
1666 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_release_res()
1700 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_alloc_free_res()
1786 ice_debug(hw, ICE_DBG_SW, "CQ CMD Buffer:\n"); in ice_free_hw_res()
1841 ice_debug(hw, ICE_DBG_INIT, "%s: valid_functions (bitmap) = %d\n", prefix, in ice_parse_common_caps()
1848 ice_debug(hw, ICE_DBG_INIT, "%s: dcb = %d\n", prefix, caps->dcb); in ice_parse_common_caps()
1849 ice_debug(hw, ICE_DBG_INIT, "%s: active_tc_bitmap = %d\n", prefix, in ice_parse_common_caps()
1851 ice_debug(hw, ICE_DBG_INIT, "%s: maxtc = %d\n", prefix, caps->maxtc); in ice_parse_common_caps()
1856 ice_debug(hw, ICE_DBG_INIT, "%s: rss_table_size = %d\n", prefix, in ice_parse_common_caps()
1858 ice_debug(hw, ICE_DBG_INIT, "%s: rss_table_entry_width = %d\n", prefix, in ice_parse_common_caps()
1864 ice_debug(hw, ICE_DBG_INIT, "%s: num_rxq = %d\n", prefix, in ice_parse_common_caps()
1866 ice_debug(hw, ICE_DBG_INIT, "%s: rxq_first_id = %d\n", prefix, in ice_parse_common_caps()
1872 ice_debug(hw, ICE_DBG_INIT, "%s: num_txq = %d\n", prefix, in ice_parse_common_caps()
1874 ice_debug(hw, ICE_DBG_INIT, "%s: txq_first_id = %d\n", prefix, in ice_parse_common_caps()
1880 ice_debug(hw, ICE_DBG_INIT, "%s: num_msix_vectors = %d\n", prefix, in ice_parse_common_caps()
1882 ice_debug(hw, ICE_DBG_INIT, "%s: msix_vector_first_id = %d\n", prefix, in ice_parse_common_caps()
1887 ice_debug(hw, ICE_DBG_INIT, "%s: max_mtu = %d\n", in ice_parse_common_caps()
1916 ice_debug(hw, ICE_DBG_INIT, "reducing maxtc to %d (based on #ports)\n", in ice_recalc_port_limited_caps()
1934 ice_debug(hw, ICE_DBG_INIT, "func caps: guar_num_vsi (fw) = %d\n", in ice_parse_vsi_func_caps()
1936 ice_debug(hw, ICE_DBG_INIT, "func caps: guar_num_vsi = %d\n", in ice_parse_vsi_func_caps()
1963 ice_debug(hw, ICE_DBG_INIT, "func caps: fd_fltr_guar = %d\n", in ice_parse_fdir_func_caps()
1965 ice_debug(hw, ICE_DBG_INIT, "func caps: fd_fltr_best_effort = %d\n", in ice_parse_fdir_func_caps()
2011 ice_debug(hw, ICE_DBG_INIT, "func caps: unknown capability[%d]: 0x%x\n", in ice_parse_func_caps()
2035 ice_debug(hw, ICE_DBG_INIT, "dev caps: num_funcs = %d\n", in ice_parse_valid_functions_cap()
2054 ice_debug(hw, ICE_DBG_INIT, "dev caps: num_vsi_allocd_to_host = %d\n", in ice_parse_vsi_dev_caps()
2073 ice_debug(hw, ICE_DBG_INIT, "dev caps: num_flow_director_fltr = %d\n", in ice_parse_fdir_dev_caps()
2122 ice_debug(hw, ICE_DBG_INIT, "dev caps: unknown capability[%d]: 0x%x\n", in ice_parse_dev_caps()
2573 ice_debug(hw, ICE_DBG_PHY, "Invalid bit is set in ice_aqc_set_phy_cfg_data->caps : 0x%x\n", in ice_aq_set_phy_cfg()
2583 ice_debug(hw, ICE_DBG_LINK, "set phy cfg\n"); in ice_aq_set_phy_cfg()
2584 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_set_phy_cfg()
2586 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_set_phy_cfg()
2588 ice_debug(hw, ICE_DBG_LINK, " caps = 0x%x\n", cfg->caps); in ice_aq_set_phy_cfg()
2589 ice_debug(hw, ICE_DBG_LINK, " low_power_ctrl_an = 0x%x\n", in ice_aq_set_phy_cfg()
2591 ice_debug(hw, ICE_DBG_LINK, " eee_cap = 0x%x\n", cfg->eee_cap); in ice_aq_set_phy_cfg()
2592 ice_debug(hw, ICE_DBG_LINK, " eeer_value = 0x%x\n", cfg->eeer_value); in ice_aq_set_phy_cfg()
2593 ice_debug(hw, ICE_DBG_LINK, " link_fec_opt = 0x%x\n", in ice_aq_set_phy_cfg()
3057 ice_debug(pi->hw, ICE_DBG_LINK, "get link status error, status = %d\n", in ice_get_link_status()
3451 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_add_lan_txq()
3503 ice_debug(hw, ICE_DBG_TRACE, "%s\n", __func__); in ice_aq_dis_lan_txq()
3560 ice_debug(hw, ICE_DBG_SCHED, "VM%d disable failed %d\n", in ice_aq_dis_lan_txq()
3563 ice_debug(hw, ICE_DBG_SCHED, "disable queue %d failed %d\n", in ice_aq_dis_lan_txq()
3846 …ice_debug(hw, ICE_DBG_QCTX, "Field %d width of %d bits larger than size of %d byte(s) ... skipping… in ice_set_ctx()
4149 ice_debug(hw, ICE_DBG_SCHED, "Enaq: invalid queue handle %d\n", in ice_ena_vsi_txq()
4192 ice_debug(hw, ICE_DBG_SCHED, "enable queue %d failed %d\n", in ice_ena_vsi_txq()
4271 ice_debug(hw, ICE_DBG_SCHED, "invalid queue handle%d\n", in ice_dis_vsi_txq()
4276 ice_debug(hw, ICE_DBG_SCHED, "Err:handles %d %d\n", in ice_dis_vsi_txq()
4592 ice_debug(hw, ICE_DBG_SCHED, "query element failed\n"); in ice_sched_query_elem()
4659 ice_debug(hw, ICE_DBG_INIT, "Failed to read link override TLV.\n"); in ice_get_link_default_override()
4670 ice_debug(hw, ICE_DBG_INIT, "Failed to read override link options.\n"); in ice_get_link_default_override()
4681 ice_debug(hw, ICE_DBG_INIT, "Failed to read override phy config.\n"); in ice_get_link_default_override()
4691 ice_debug(hw, ICE_DBG_INIT, "Failed to read override link options.\n"); in ice_get_link_default_override()
4704 ice_debug(hw, ICE_DBG_INIT, "Failed to read override link options.\n"); in ice_get_link_default_override()