Lines Matching +full:hw +full:- +full:monitor
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2014-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
17 * enum iwl_fw_error_dump_type - types of data in the dump file
18 * @IWL_FW_ERROR_DUMP_CSR: Control Status Registers - from offset 0
24 * @IWL_FW_ERROR_DUMP_FW_MONITOR: firmware monitor
25 * @IWL_FW_ERROR_DUMP_PRPH: range of periphery registers - there can be several
39 * for that reason is not in use in any other place in the Linux Wi-Fi
68 * struct iwl_fw_error_dump_data - data for one type
80 * struct iwl_dump_file_name_info - data for dump file name addition
92 * struct iwl_fw_error_dump_file - the layout of the header of the file
104 * struct iwl_fw_error_dump_txcmd - TX command data
116 * struct iwl_fw_error_dump_fifo - RX/TX FIFO data
122 * @fence_mode: the current mode of the fence (before locking) -
144 * struct iwl_fw_error_dump_info - info on the device / firmware
168 * struct iwl_fw_error_dump_fw_mon - FW monitor data
191 * struct iwl_fw_error_dump_smem_cfg - Dump SMEM configuration
212 * struct iwl_fw_error_dump_prph - periphery registers data
228 * struct iwl_fw_error_dump_mem - chunk of memory
251 * struct iwl_fw_ini_error_dump_data - data for one type
281 * struct iwl_fw_ini_dump_file_hdr - header of dump file
291 * struct iwl_fw_ini_fifo_hdr - fifo range header
302 * struct iwl_fw_ini_error_dump_range - range of memory
305 * @dram_base_addr: base address of dram monitor range
324 * struct iwl_fw_ini_error_dump_header - ini region dump header
340 * struct iwl_fw_ini_error_dump - ini region dump
354 * struct iwl_fw_ini_error_dump_register - ini register dump
364 * struct iwl_fw_ini_dump_cfg_name - configuration name
377 /* struct iwl_fw_ini_dump_info - ini dump information
384 * @hw_step: HW step
385 * @hw_type: HW type
386 * @rf_id_flavor: HW RF id flavor
387 * @rf_id_dash: HW RF id dash
388 * @rf_id_step: HW RF id step
389 * @rf_id_type: HW RF id type
394 * @fw_mon_mode: FW monitor mode &enum iwl_fw_ini_buffer_location
427 * struct iwl_fw_ini_err_table_dump - ini error table dump
440 * struct iwl_fw_error_dump_rb - content of an Receive Buffer
454 * struct iwl_fw_ini_monitor_dump - ini monitor dump
471 * struct iwl_fw_ini_special_device_memory - special device memory
486 * struct iwl_fw_error_dump_paging - content of the UMAC's image page
499 * iwl_fw_error_next_data - advance fw error dump data pointer
506 return (void *)(data->data + le32_to_cpu(data->len)); in iwl_fw_error_next_data()
510 * enum iwl_fw_dbg_trigger - triggers available
566 * struct iwl_fw_error_dump_trigger_desc - describes the trigger condition