Lines Matching full:firmware

34  * @brief firmware logging sysctls
36 * Contains sysctls to enable and configure firmware logging debug support.
45 * SDT provider for DTrace probes related to firmware logging events
50 * SDT DTrace probe fired when a firmware log message is received over the
70 * ice_reconfig_fw_log - Re-program firmware logging configuration
72 * @cfg: firmware log configuration to latch
74 * If the adminq is currently active, ask firmware to update the logging
76 * case, ice_init_hw() will re-configure firmware logging as soon as it brings
95 "Failed to reconfigure firmware logging, err %s aq_err %s\n",
105 "\nControl firmware message limit to send per ARQ event" \
111 "\n0 - Enable firmware reporting via ARQ" \
112 "\n1 - Disable firmware reporting via ARQ"
116 "\n0 - Enable firmware reporting via UART" \
117 "\n1 - Disable firmware reporting via UART"
121 "\n0 - Enable firmware logging during attach phase" \
122 "\n1 - Disable firmware logging during attach phase"
125 "\nControl whether to enable/disable firmware logging" \
126 "\n0 - Enable firmware logging" \
127 "\n1 - Disable firmware logging"
144 * On read: displays whether firmware logging was reported during attachment
145 * On write: enables/disables firmware logging during attach phase
147 * This has no effect on the legacy (V1) version of firmware logging.
182 * This has no effect on the legacy (V1) version of firmware logging.
212 * ice_sysctl_fwlog_register - Sysctl for (de)registering firmware logs
218 * On read: displays whether firmware logging is registered
219 * On write: (de)registers firmware logging.
337 * Add tunables for configuring the firmware logging support. This includes
359 "Firmware Logging");
413 * ice_handle_fw_log_event - Handle a firmware logging event from the AdminQ
415 * @desc: the AdminQ descriptor for this firmware event
422 /* Trigger a DTrace probe event for this firmware message */
425 /* Possibly dump the firmware message to the console, if enabled */