Lines Matching refs:boot_env
1502 bfa_ioc_fwver_valid(struct bfa_ioc_s *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument
1508 if (swab32(fwhdr.bootenv) != boot_env) { in bfa_ioc_fwver_valid()
1510 bfa_trc(ioc, boot_env); in bfa_ioc_fwver_valid()
1697 u32 boot_env; in bfa_ioc_hwinit() local
1707 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1713 BFA_FALSE : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1716 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1752 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1860 u32 boot_env) in bfa_ioc_download_fw() argument
1872 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1899 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1939 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1950 swab32(boot_env)); in bfa_ioc_download_fw()
2212 bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type, u32 boot_env) in bfa_ioc_boot() argument
2221 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_boot()
2248 status = bfa_ioc_download_fw(ioc, boot_type, boot_env); in bfa_ioc_boot()