Lines Matching +full:umac +full:- +full:reset

1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2018-2025 Intel Corporation
34 * struct iwl_fw_ini_header - Common Header for all ini debug TLV's structures
46 * struct iwl_fw_ini_addr_size - Base address and size that defines
49 * @addr: the base address (fixed size - 4 bytes)
58 * struct iwl_fw_ini_region_dev_addr_range - Configuration to read
62 * The addrs[] array will be treated as an array of &iwl_fw_ini_addr_size -
70 * struct iwl_fw_ini_region_dev_addr - Configuration to read device addresses
81 * struct iwl_fw_ini_region_fifos - Configuration to read Tx/Rx fifos
94 * struct iwl_fw_ini_region_err_table - error table region data
96 * Configuration to read Umac/Lmac error table
111 * struct iwl_fw_ini_region_special_device_memory - special device memory
130 * struct iwl_fw_ini_region_internal_buffer - internal buffer region data
145 * struct iwl_fw_ini_region_tlv - region TLV
217 * struct iwl_fw_ini_allocation_tlv - Allocates DRAM buffers
236 * struct iwl_fw_ini_trigger_tlv - trigger TLV
248 * @reset_fw: if non zero, will reset and reload the FW
269 * struct iwl_fw_ini_hcmd_tlv - Generic Host command pass through TLV
275 * @hcmd: a variable length host-command to be sent to apply the configuration
285 * struct iwl_fw_ini_addr_val - Address and value to set it to
296 * struct iwl_fw_ini_conf_set_tlv - configuration TLV to set register/memory.
385 * @IWL_FW_INI_REGION_UMAC_ERROR_TABLE: umac error table
520 * enum iwl_fw_ini_trigger_apply_policy - Determines how to apply triggers
531 * before and after the reset handshake
544 * enum iwl_fw_ini_trigger_reset_fw_policy - Determines how to handle reset
557 * enum iwl_fw_ini_dump_policy - Determines how to handle dump based on enabled flags
562 * @IWL_FW_IWL_DEBUG_DUMP_POLICY_BEFORE_RESET: dump this region before reset
573 * enum iwl_fw_ini_dump_type - Determines dump type based on size defined by FW.