Searched refs:section_id (Results 1 – 6 of 6) sorted by relevance
26 enum section_id { enum41 const enum section_id id;
354 u16 section_id; in iwl_mvm_read_external_nvm() local451 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_mvm_read_external_nvm()455 section_id = NVM_WORD1_ID_FAMILY_8000( in iwl_mvm_read_external_nvm()480 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_mvm_read_external_nvm()481 "Invalid NVM section ID %d\n", section_id)) { in iwl_mvm_read_external_nvm()491 mvm->nvm_sections[section_id].data = temp; in iwl_mvm_read_external_nvm()492 mvm->nvm_sections[section_id].length = section_size; in iwl_mvm_read_external_nvm()
32 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() argument49 if (current_id == section_id) in find_section()
327 uint16_t section_id);
1004 uint16_t section_id) in get_pseries_errorlog() argument1025 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog()
40 find_section(struct bdb_header *bdb, int section_id) in find_section() argument66 if (current_id == section_id) in find_section()