Lines Matching refs:drv_fwhdr
1465 struct bfi_ioc_image_hdr_s *drv_fwhdr;
1468 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
1474 drv_smem_cmp = bfa_ioc_fw_ver_patch_cmp(drv_fwhdr, smem_fwhdr);
1535 bfa_ioc_fw_ver_compatible(struct bfi_ioc_image_hdr_s *drv_fwhdr,
1538 if (drv_fwhdr->signature != fwhdr_to_cmp->signature)
1541 if (drv_fwhdr->fwver.major != fwhdr_to_cmp->fwver.major)
1544 if (drv_fwhdr->fwver.minor != fwhdr_to_cmp->fwver.minor)
1547 if (drv_fwhdr->fwver.maint != fwhdr_to_cmp->fwver.maint)
1550 if (drv_fwhdr->fwver.patch == fwhdr_to_cmp->fwver.patch &&
1551 drv_fwhdr->fwver.phase == fwhdr_to_cmp->fwver.phase &&
1552 drv_fwhdr->fwver.build == fwhdr_to_cmp->fwver.build) {
1553 return bfa_ioc_fwver_md5_check(drv_fwhdr, fwhdr_to_cmp);
2214 struct bfi_ioc_image_hdr_s *drv_fwhdr;
2224 drv_fwhdr = (struct bfi_ioc_image_hdr_s *)
2231 if (bfa_ioc_flash_fwver_cmp(ioc, drv_fwhdr) ==