Home
last modified time | relevance | path

Searched refs:esas2r_boot_header (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/esas2r/
Desas2r_flash.c247 struct esas2r_boot_header *bh; in fix_bios()
251 (struct esas2r_boot_header *)((u8 *)pi + in fix_bios()
281 struct esas2r_boot_header *bh; in fix_efi()
287 bh = (struct esas2r_boot_header *)((u8 *)ei + in fix_efi()
634 struct esas2r_boot_header *bh; in chk_boot()
638 (long)(65536L - sizeof(struct esas2r_boot_header)) in chk_boot()
641 || ((u32)hdroffset + sizeof(struct esas2r_boot_header) > length)) in chk_boot()
644 bh = (struct esas2r_boot_header *)((char *)bi + hdroffset); in chk_boot()
651 (u16)sizeof(struct esas2r_boot_header) in chk_boot()
1110 struct esas2r_boot_header *bh; in esas2r_read_image_type()
[all …]
Desas2r.h337 struct __packed esas2r_boot_header { struct
374 struct esas2r_boot_header boot_image; argument
398 struct esas2r_boot_header boot_image;