Searched refs:section_id (Results 1 – 9 of 9) sorted by relevance
26 enum section_id { enum41 const enum section_id id;
1237 u16 section_id; in iwl_read_external_nvm() local1333 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()1337 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()1362 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()1363 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()1374 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()1376 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()1377 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()1378 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
19 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() argument36 if (current_id == section_id) in find_section()
342 uint16_t section_id);
1032 uint16_t section_id) in get_pseries_errorlog() argument1053 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog()
81 find_section(const void *_bdb, enum bdb_block_id section_id) in find_section() argument102 if (current_id == section_id) in find_section()
731 __le16 section_id; /* as defined by the */ member
7001 switch (get_unaligned_le16(§ion->section_id)) { in pqi_process_config_table()