Searched refs:section_id (Results 1 – 9 of 9) sorted by relevance
26 enum section_id { enum41 const enum section_id id;
1150 u16 section_id; in iwl_read_external_nvm() local1246 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()1250 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()1275 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()1276 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()1287 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()1289 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()1290 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()1291 nvm_sections[section_id].length = section_size; in iwl_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()
330 uint16_t section_id);
1024 uint16_t section_id) in get_pseries_errorlog() argument1045 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog()
78 find_section(const void *_bdb, int section_id) in find_section() argument99 if (current_id == section_id) in find_section()
661 __le16 section_id; /* as defined by the */ member
5997 switch (get_unaligned_le16(§ion->section_id)) { in pqi_process_config_table()