Lines Matching full:logging
127 * ice_fwlog_init - Initialize FW logging configuration
170 …dev_warn(ice_hw_to_dev(hw), "FW logging is not supported in this NVM image. Please update the NVM … in ice_fwlog_init()
177 * ice_fwlog_deinit - unroll FW logging configuration
191 /* make sure FW logging is disabled to not put the FW in a weird state in ice_fwlog_deinit()
197 dev_warn(ice_hw_to_dev(hw), "Unable to turn off FW logging, status: %d\n", in ice_fwlog_deinit()
206 dev_warn(ice_hw_to_dev(hw), "Unable to unregister FW logging, status: %d\n", in ice_fwlog_deinit()
216 * ice_fwlog_supported - Cached for whether FW supports FW logging or not
228 * ice_aq_fwlog_set - Set FW logging configuration AQ command (0xFF30)
233 * @log_resolution: logging resolution
279 * ice_fwlog_set - Set the firmware logging settings
281 * @cfg: config used to set firmware logging
284 * logging configuration. It can be called on initialization, reset, or during
287 * If the PF wishes to receive FW logging then it must register via
302 * ice_aq_fwlog_get - Get the current firmware logging configuration (0xFF32)
304 * @cfg: firmware logging configuration to populate
366 * ice_fwlog_get - Get the firmware logging settings
368 * @cfg: config to populate based on current firmware logging settings
379 * ice_aq_fwlog_register - Register PF for firmware logging events (0xFF31)
396 * ice_fwlog_register - Register the PF for firmware logging
399 * After this call the PF will start to receive firmware logging based on the
411 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to register for firmware logging events over ARQ\n"); in ice_fwlog_register()
419 * ice_fwlog_unregister - Unregister the PF from firmware logging
431 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to unregister from firmware logging events over ARQ\n"); in ice_fwlog_unregister()
439 * ice_fwlog_set_supported - Set if FW logging is supported by FW
443 * logging, else it doesn't. Set the fwlog_supported flag accordingly.
446 * the FW support FW logging.
460 * logging is supported which is what the driver is determining now in ice_fwlog_set_supported()
464 …ice_debug(hw, ICE_DBG_FW_LOG, "ice_aq_fwlog_get failed, FW logging is not supported on this versio… in ice_fwlog_set_supported()