Home
last modified time | relevance | path

Searched refs:nvm_sections (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dnvm.c222 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections()
229 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
241 if (!mvm->nvm_sections[NVM_SECTION_TYPE_SW].data || in iwl_parse_nvm_sections()
242 !mvm->nvm_sections[regulatory_type].data) { in iwl_parse_nvm_sections()
284 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic()
288 for (i = 0; i < ARRAY_SIZE(mvm->nvm_sections); i++) { in iwl_mvm_load_nvm_to_nic()
289 if (!mvm->nvm_sections[i].data || !mvm->nvm_sections[i].length) in iwl_mvm_load_nvm_to_nic()
338 mvm->nvm_sections[section].data = temp; in iwl_nvm_init()
339 mvm->nvm_sections[section].length = ret; in iwl_nvm_init()
381 mvm->nvm_sections); in iwl_nvm_init()
[all …]
H A Dfw.c629 mvm->nvm_sections); in iwl_run_unified_mvm_ucode()
H A Dops.c1510 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()
H A Dmvm.h925 struct iwl_nvm_section nvm_sections[NVM_MAX_NUM_SECTIONS]; member
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.h72 struct iwl_nvm_section *nvm_sections);
H A Diwl-nvm-parse.c1807 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() argument
1949 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1950 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1951 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
/freebsd-14.2/sys/dev/iwm/
H A Dif_iwm.c2292 struct iwm_nvm_section nvm_sections[IWM_NVM_NUM_OF_SECTIONS]; in iwm_nvm_init() local
2298 memset(nvm_sections, 0, sizeof(nvm_sections)); in iwm_nvm_init()
2324 nvm_sections[section].data = temp; in iwm_nvm_init()
2325 nvm_sections[section].length = len; in iwm_nvm_init()
2331 sc->nvm_data = iwm_parse_nvm_sections(sc, nvm_sections); in iwm_nvm_init()
2338 if (nvm_sections[i].data != NULL) in iwm_nvm_init()
2339 free(nvm_sections[i].data, M_DEVBUF); in iwm_nvm_init()