Lines Matching refs:boot_env
1833 bfa_ioc_fwver_valid(struct bfa_ioc *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument
1838 if (swab32(fwhdr.bootenv) != boot_env) in bfa_ioc_fwver_valid()
1860 u32 boot_env; in bfa_ioc_hwinit() local
1867 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1873 false : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1876 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
1909 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
2018 u32 boot_env) in bfa_ioc_download_fw() argument
2030 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2053 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2094 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2104 writel(boot_env, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2381 u32 boot_env) in bfa_ioc_boot() argument
2389 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_boot()
2413 status = bfa_ioc_download_fw(ioc, boot_type, boot_env); in bfa_ioc_boot()