Searched defs:iwl_fw_runtime (Results 1 – 1 of 1) sorted by relevance
109 struct iwl_fw_runtime { struct114 const struct iwl_fw_runtime_ops *ops; argument115 void *ops_ctx;117 unsigned long status;120 struct iwl_fw_paging fw_paging_db[NUM_OF_FW_PAGING_BLOCKS];121 u16 num_of_paging_blk;122 u16 num_of_pages_in_last_blk;124 enum iwl_ucode_type cur_fw_img;149 void iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, argument