Searched refs:section_hdr (Results 1 – 1 of 1) sorted by relevance
450 struct pqi_conf_table_section_header *section_hdr; in pqisrc_process_config_table() local484 if (section_off+ sizeof(*section_hdr) >= config_table_size) { in pqisrc_process_config_table()489 section_hdr = (struct pqi_conf_table_section_header *)((uint8_t *)conf_table + section_off); in pqisrc_process_config_table()491 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table()495 pqi_process_firmware_features_section(softs, section_hdr, (config_table_abs_addr + section_off)); in pqisrc_process_config_table()512 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()515 section_off = LE_16(section_hdr->next_section_off); in pqisrc_process_config_table()