Home
last modified time | relevance | path

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

/linux-6.15/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 …]
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_ioc.c1507 if (swab32(fwhdr.bootenv) != boot_env) { in bfa_ioc_fwver_valid()
1509 bfa_trc(ioc, boot_env); in bfa_ioc_fwver_valid()
1696 u32 boot_env; in bfa_ioc_hwinit() local
1706 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1712 BFA_FALSE : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1859 u32 boot_env) in bfa_ioc_download_fw() argument
1871 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1898 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1938 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
1949 swab32(boot_env)); in bfa_ioc_download_fw()
[all …]
H A Dbfa_ioc.h932 u32 boot_env);