Lines Matching full:fw
37 * cache_cfg - Cache FW logging config
116 * ice_fwlog_init - Initialize cached structures for tracking FW logging
136 * ice_aq_fwlog_set - Set FW logging configuration AQ command (0xFF30)
188 * ice_fwlog_supported - Cached for whether FW supports FW logging or not
208 * If the PF wishes to receive FW logging then it must register via
233 * update_cached_entries - Update module entries in cached FW logging config
261 * ice_fwlog_update_modules - Update the log level 1 or more FW logging modules
266 * This function should be called to update the log level of 1 or more FW
392 ice_debug(hw, ICE_DBG_FW_LOG, "Failed to get FW log configuration\n");
398 ice_debug(hw, ICE_DBG_FW_LOG, "FW returned less than the expected number of FW log module IDs\n");
401 ice_debug(hw, ICE_DBG_FW_LOG, "FW returned more than expected number of FW log module IDs, setting module_id_cnt to software expected max %u\n",
430 * ice_fwlog_set_support_ena - Set if FW logging is supported by FW
433 * If FW returns success to the ice_aq_fwlog_get call then it supports FW
437 * the FW support FW logging.
456 ice_debug(hw, ICE_DBG_FW_LOG, "ice_fwlog_get failed, FW logging is not supported on this version of FW, status %d\n",
493 * @buf: buffer that contains the FW log event data
496 * Queue, then it should call this function to dump the FW log data.