secthead          372 dev/pci/if_txp.c 	struct txp_fw_section_header *secthead;
secthead          420 dev/pci/if_txp.c 	secthead = (struct txp_fw_section_header *)(buf +
secthead          424 dev/pci/if_txp.c 		if (txp_download_fw_section(sc, secthead, sect, buf, buflen))
secthead          426 dev/pci/if_txp.c 		secthead = (struct txp_fw_section_header *)
secthead          427 dev/pci/if_txp.c 		    (((u_int8_t *)secthead) + letoh32(secthead->nbytes) +
secthead          428 dev/pci/if_txp.c 			sizeof(*secthead));