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
193 /* make sure FW logging is disabled to not put the FW in a weird state in ice_fwlog_deinit()
199 dev_warn(ice_hw_to_dev(hw), "Unable to turn off FW logging, status: %d\n", in ice_fwlog_deinit()
208 dev_warn(ice_hw_to_dev(hw), "Unable to unregister FW logging, status: %d\n", in ice_fwlog_deinit()
218 * ice_fwlog_supported - Cached for whether FW supports FW logging or not
230 * ice_aq_fwlog_set - Set FW logging configuration AQ command (0xFF30)
235 * @log_resolution: logging resolution
281 * ice_fwlog_set - Set the firmware logging settings
283 * @cfg: config used to set firmware logging
286 * logging configuration. It can be called on initialization, reset, or during
289 * If the PF wishes to receive FW logging then it must register via
304 * ice_aq_fwlog_get - Get the current firmware logging configuration (0xFF32)
306 * @cfg: firmware logging configuration to populate
368 * ice_fwlog_get - Get the firmware logging settings
370 * @cfg: config to populate based on current firmware logging settings
381 * ice_aq_fwlog_register - Register PF for firmware logging events (0xFF31)
398 * ice_fwlog_register - Register the PF for firmware logging
401 * After this call the PF will start to receive firmware logging based on the
413 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to register for firmware logging events over ARQ\n"); in ice_fwlog_register()
421 * ice_fwlog_unregister - Unregister the PF from firmware logging
433 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to unregister from firmware logging events over ARQ\n"); in ice_fwlog_unregister()
441 * ice_fwlog_set_supported - Set if FW logging is supported by FW
445 * logging, else it doesn't. Set the fwlog_supported flag accordingly.
448 * the FW support FW logging.
462 * logging is supported which is what the driver is determining now in ice_fwlog_set_supported()
466 …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()