Home
last modified time | relevance | path

Searched refs:nvm_sections (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c277 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()
284 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
285 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()
296 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
297 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()
303 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()
304 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()
312 !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()
335 /* Loads the NVM data stored in mvm->nvm_sections into the NIC */
339 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()
[all...]
H A Dfw.c516 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
H A Dops.c930 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
H A Dmvm.h882 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c220 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()
227 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
228 !mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data) { in iwl_parse_nvm_sections()
239 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
240 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()
246 if (!mvm->nvm_sections[mvm->cfg->nvm_hw_section_num].data && in iwl_parse_nvm_sections()
247 !mvm->nvm_sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data) { in iwl_parse_nvm_sections()
255 !mvm->nvm_sections[NVM_SECTION_TYPE_PHY_SKU].data) { in iwl_parse_nvm_sections()
278 /* Loads the NVM data stored in mvm->nvm_sections into the NIC */
282 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()
[all...]
H A Dmvm.h917 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
H A Dops.c1486 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
H A Dfw.c629 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.h122 * iwl_read_external_nvm - Reads external NVM from a file into nvm_sections
126 struct iwl_nvm_section *nvm_sections);
H A Diwl-nvm-parse.c1342 * Reads external NVM from a file into mvm->nvm_sections
1364 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm()
1506 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1507 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1508 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
1362 iwl_read_external_nvm(struct iwl_trans *trans, const char *nvm_file_name, struct iwl_nvm_section *nvm_sections) iwl_read_external_nvm() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.h68 * iwl_read_external_nvm - Reads external NVM from a file into nvm_sections
72 struct iwl_nvm_section *nvm_sections);
H A Diwl-nvm-parse.c1780 * Reads external NVM from a file into mvm->nvm_sections
1802 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm()
1944 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1945 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1946 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
1800 iwl_read_external_nvm(struct iwl_trans *trans, const char *nvm_file_name, struct iwl_nvm_section *nvm_sections) iwl_read_external_nvm() argument

Completed in 32 milliseconds