Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_fwlog.c58 ice_debug(hw, ICE_DBG_FW_LOG, "Null ice_fwlog_module_entry array\n"); in valid_module_entries()
63 ice_debug(hw, ICE_DBG_FW_LOG, "num_entries must be non-zero\n"); in valid_module_entries()
71 ice_debug(hw, ICE_DBG_FW_LOG, "Invalid module_id %u, max valid module_id is %u\n", in valid_module_entries()
77 ice_debug(hw, ICE_DBG_FW_LOG, "Invalid log_level %u, max valid log_level is %u\n", in valid_module_entries()
95 ice_debug(hw, ICE_DBG_FW_LOG, "Null ice_fwlog_cfg\n"); in valid_cfg()
101 ice_debug(hw, ICE_DBG_FW_LOG, "Unsupported log_resolution %u, must be between %u and %u\n", in valid_cfg()
336 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to register for firmware logging events over ARQ\n"); in ice_fwlog_register()
356 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to unregister from firmware logging events over ARQ\n"); in ice_fwlog_unregister()
391 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to get FW log configuration\n"); in ice_aq_fwlog_get()
397 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 …]
H A Dice_type.h111 #define ICE_DBG_FW_LOG BIT_ULL(3) macro