Lines Matching refs:ice_debug
59 ice_debug(hw, ICE_DBG_FW_LOG, "Null ice_fwlog_module_entry array\n"); in valid_module_entries()
64 ice_debug(hw, ICE_DBG_FW_LOG, "num_entries must be non-zero\n"); in valid_module_entries()
72 ice_debug(hw, ICE_DBG_FW_LOG, "Invalid module_id %u, max valid module_id is %u\n", in valid_module_entries()
78 ice_debug(hw, ICE_DBG_FW_LOG, "Invalid log_level %u, max valid log_level is %u\n", in valid_module_entries()
96 ice_debug(hw, ICE_DBG_FW_LOG, "Null ice_fwlog_cfg\n"); in valid_cfg()
102 ice_debug(hw, ICE_DBG_FW_LOG, "Unsupported log_resolution %u, must be between %u and %u\n", in valid_cfg()
337 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to register for firmware logging events over ARQ\n"); in ice_fwlog_register()
357 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to unregister from firmware logging events over ARQ\n"); in ice_fwlog_unregister()
392 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to get FW log configuration\n"); in ice_aq_fwlog_get()
398 ice_debug(hw, ICE_DBG_FW_LOG, "FW returned less than the expected number of FW log module IDs\n"); in ice_aq_fwlog_get()
401 …ice_debug(hw, ICE_DBG_FW_LOG, "FW returned more than expected number of FW log module IDs, setting… in ice_aq_fwlog_get()
456 …ice_debug(hw, ICE_DBG_FW_LOG, "ice_fwlog_get failed, FW logging is not supported on this version o… in ice_fwlog_set_support_ena()