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

/netbsd-current/sys/dev/pci/
H A Dif_txp.c439 const struct txp_fw_section_header *secthead; local
485 secthead = (const struct txp_fw_section_header *)
490 if (txp_download_fw_section(sc, secthead, sect))
492 secthead = (const struct txp_fw_section_header *)
493 (((const uint8_t *)secthead) + le32toh(secthead->nbytes) +
494 sizeof(*secthead));

Completed in 133 milliseconds