Lines Matching +full:num +full:- +full:rxq
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2014, 2018-2024 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
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
118 * @available_bytes: num of bytes available in FIFO (may be less than FIFO size)
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
294 * @num_of_registers: num of registers to dump, dword size each
302 * struct iwl_fw_ini_error_dump_range - range of memory
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
380 /* struct iwl_fw_ini_dump_info - ini dump information
430 * struct iwl_fw_ini_err_table_dump - ini error table dump
443 * struct iwl_fw_error_dump_rb - content of an Receive Buffer
445 * @rxq: the RB's Rx queue
451 __le32 rxq; member
457 * struct iwl_fw_ini_monitor_dump - ini monitor dump
474 * struct iwl_fw_ini_special_device_memory - special device memory
489 * struct iwl_fw_error_dump_paging - content of the UMAC's image page
502 * iwl_fw_error_next_data - advance fw error dump data pointer
509 return (void *)(data->data + le32_to_cpu(data->len)); in iwl_fw_error_next_data()
513 * enum iwl_fw_dbg_trigger - triggers available
569 * struct iwl_fw_error_dump_trigger_desc - describes the trigger condition