Lines Matching defs:base_fwhdr
108 struct bfi_ioc_image_hdr_s *base_fwhdr,
112 struct bfi_ioc_image_hdr_s *base_fwhdr);
1581 bfa_ioc_fw_ver_patch_cmp(struct bfi_ioc_image_hdr_s *base_fwhdr,
1584 if (bfa_ioc_fw_ver_compatible(base_fwhdr, fwhdr_to_cmp) == BFA_FALSE)
1587 if (fwhdr_to_cmp->fwver.patch > base_fwhdr->fwver.patch)
1590 else if (fwhdr_to_cmp->fwver.patch < base_fwhdr->fwver.patch)
1598 if (fwhdr_is_ga(base_fwhdr) == BFA_TRUE) {
1608 if (fwhdr_to_cmp->fwver.phase > base_fwhdr->fwver.phase)
1610 else if (fwhdr_to_cmp->fwver.phase < base_fwhdr->fwver.phase)
1613 if (fwhdr_to_cmp->fwver.build > base_fwhdr->fwver.build)
1615 else if (fwhdr_to_cmp->fwver.build < base_fwhdr->fwver.build)
1638 struct bfi_ioc_image_hdr_s *base_fwhdr)
1650 return bfa_ioc_fw_ver_patch_cmp(base_fwhdr, flash_fwhdr);