Searched refs:drv_fwhdr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_ioc.c877 struct bfi_ioc_image_hdr_s *drv_fwhdr; local
880 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
884 if (fwhdr->md5sum[i] != drv_fwhdr->md5sum[i]) {
887 bfa_trc(ioc, drv_fwhdr->md5sum[i]);
903 struct bfi_ioc_image_hdr_s fwhdr, *drv_fwhdr; local
912 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
916 if (fwhdr.signature != drv_fwhdr->signature) {
918 bfa_trc(ioc, drv_fwhdr->signature);
922 if (fwhdr.exec != drv_fwhdr->exec) {
924 bfa_trc(ioc, drv_fwhdr
[all...]

Completed in 22 milliseconds