Searched refs:nvm_sections (Results 1 – 3 of 3) sorted by relevance
261 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()268 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()269 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()275 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()276 !mvm->nvm_sections[NVM_SECTION_TYPE_REGULATORY].data) { in iwl_parse_nvm_sections()282 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()283 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()290 if (!mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()486 kfree(mvm->nvm_sections[section_id].data); in iwl_mvm_read_external_nvm()487 mvm->nvm_sections[section_id].data = temp; in iwl_mvm_read_external_nvm()[all …]
620 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
646 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()