Searched defs:iwl_fw_runtime (Results 1 – 2 of 2) sorted by relevance
102 struct iwl_fw_runtime { struct107 const struct iwl_fw_runtime_ops *ops; argument108 void *ops_ctx;110 const struct iwl_dump_sanitize_ops *sanitize_ops;111 void *sanitize_ctx;114 struct iwl_fw_paging fw_paging_db[NUM_OF_FW_PAGING_BLOCKS];115 u16 num_of_paging_blk;116 u16 num_of_pages_in_last_blk;118 enum iwl_ucode_type cur_fw_img;121 struct iwl_fwrt_shared_mem_cfg smem_cfg;[all …]
622 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler()