Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1830 struct iwl_nvm_section *nvm_sections) in iwl_read_external_nvm() argument
1972 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1973 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1974 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1594 kfree(mvm->nvm_sections[i].data); in iwl_op_mode_mvm_stop()