Home
last modified time | relevance | path

Searched refs:ICE_DBG_FW_LOG (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
Dice_fwlog.c59 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()
[all …]
Dice_type.h143 #define ICE_DBG_FW_LOG BIT_ULL(3) macro