Lines Matching refs:boot_env
1817 bfa_ioc_fwver_valid(struct bfa_ioc *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument
1822 if (swab32(fwhdr.bootenv) != boot_env) in bfa_ioc_fwver_valid()
1844 u32 boot_env; in bfa_ioc_hwinit() local
1851 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1857 false : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1860 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
1893 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
2003 u32 boot_env) in bfa_ioc_download_fw() argument
2015 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2038 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2079 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2089 writel(boot_env, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2369 u32 boot_env) in bfa_ioc_boot() argument
2377 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_boot()
2401 status = bfa_ioc_download_fw(ioc, boot_type, boot_env); in bfa_ioc_boot()