Home
last modified time | relevance | path

Searched defs:bios_file_header (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/scsi/aic94xx/
Daic94xx_sds.h81 struct bios_file_header { struct
82 u8 signature[32]; /* Signature/Cookie to identify the file */
83 u32 checksum; /*Entire file checksum with this field zero */
84 u32 antidote; /* Entire file checksum with this field 0xFFFFFFFF */
85 struct controller_id contrl_id; /*PCI id to identify the controller */
86 u32 filelen; /*Length of the entire file*/
87 u32 chunk_num; /*The chunk/part number for multiple Image files */
88 u32 total_chunks; /*Total number of chunks/parts in the image file */
89 u32 num_images; /* Number of images in the file */
90 u32 build_num; /* Build number of this image */
[all …]