Searched defs:iwl_fw_runtime (Results 1 – 2 of 2) sorted by relevance
101 struct iwl_fw_runtime { struct106 const struct iwl_fw_runtime_ops *ops; argument107 void *ops_ctx;109 const struct iwl_dump_sanitize_ops *sanitize_ops;110 void *sanitize_ctx;113 struct iwl_fw_paging fw_paging_db[NUM_OF_FW_PAGING_BLOCKS];114 u16 num_of_paging_blk;115 u16 num_of_pages_in_last_blk;117 enum iwl_ucode_type cur_fw_img;120 struct iwl_fwrt_shared_mem_cfg smem_cfg;[all …]
622 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler()