Searched refs:section_hdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c396 struct pqi_conf_table_section_header *section_hdr; local
431 if (section_off+ sizeof(*section_hdr) >= config_table_size) {
438 section_hdr = (struct pqi_conf_table_section_header *)((uint8_t *)conf_table + section_off);
440 switch (LE_16(section_hdr->section_id)) {
457 LE_16(section_hdr->section_id));
460 section_off = LE_16(section_hdr->next_section_off);

Completed in 104 milliseconds