Searched defs:iwl_fw_runtime (Results 1 – 2 of 2) sorted by relevance
113 struct iwl_fw_runtime { struct118 const struct iwl_fw_runtime_ops *ops; argument119 void *ops_ctx;121 const struct iwl_dump_sanitize_ops *sanitize_ops;122 void *sanitize_ctx;125 struct iwl_fw_paging fw_paging_db[NUM_OF_FW_PAGING_BLOCKS];126 u16 num_of_paging_blk;127 u16 num_of_pages_in_last_blk;129 enum iwl_ucode_type cur_fw_img;132 struct iwl_fwrt_shared_mem_cfg smem_cfg;[all …]
651 void (*handler)(struct iwl_fw_runtime *, in iwl_fw_prph_handler()