main_textsz 1016 dev/pci/if_wpi.c uint32_t init_textsz, init_datasz, main_textsz, main_datasz; main_textsz 1037 dev/pci/if_wpi.c main_textsz = letoh32(hdr->main_textsz); main_textsz 1044 dev/pci/if_wpi.c if (main_textsz > WPI_FW_MAIN_TEXT_MAXSZ || main_textsz 1056 dev/pci/if_wpi.c if (size < sizeof (struct wpi_firmware_hdr) + main_textsz + main_textsz 1066 dev/pci/if_wpi.c main_data = main_text + main_textsz; main_textsz 1104 dev/pci/if_wpi.c memcpy(dma->vaddr + WPI_FW_MAIN_DATA_MAXSZ, main_text, main_textsz); main_textsz 1112 dev/pci/if_wpi.c wpi_mem_write(sc, WPI_MEM_TEXT_SIZE, WPI_FW_UPDATED | main_textsz); main_textsz 579 dev/pci/if_wpireg.h uint32_t main_textsz;