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

/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c393 uint32_t section_off; local
427 section_off = LE_32(conf_table->first_section_off);
429 while (section_off) {
431 if (section_off+ sizeof(*section_hdr) >= config_table_size) {
434 section_off, config_table_size);
438 section_hdr = (struct pqi_conf_table_section_header *)((uint8_t *)conf_table + section_off);
448 section_off +
460 section_off = LE_16(section_hdr->next_section_off);

Completed in 156 milliseconds