Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c633 u16 hdroffset = le16_to_cpu(bi->header_offset); in chk_boot() local
637 || (long)hdroffset > in chk_boot()
639 || (hdroffset & 3) in chk_boot()
640 || (hdroffset < sizeof(struct esas2r_boot_image)) 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()