Home
last modified time | relevance | path

Searched refs:boot_env (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c1810 if (swab32(fwhdr.bootenv) != boot_env) in bfa_ioc_fwver_valid()
1832 u32 boot_env; in bfa_ioc_hwinit() local
1839 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1845 false : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1991 u32 boot_env) in bfa_ioc_download_fw() argument
2003 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2026 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2067 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2077 writel(boot_env, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2357 u32 boot_env) in bfa_ioc_boot() argument
[all …]
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_ioc.c1508 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()
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()
[all …]
H A Dbfa_ioc.h895 u32 boot_env);