Home
last modified time | relevance | path

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

/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c1832 bfa_ioc_fwver_valid(struct bfa_ioc *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument
1837 if (swab32(fwhdr.bootenv) != boot_env) in bfa_ioc_fwver_valid()
1859 u32 boot_env; in bfa_ioc_hwinit() local
1866 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1872 false : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1875 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
1908 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit()
2017 u32 boot_env) in bfa_ioc_download_fw() argument
2029 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
2052 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
[all …]
/drivers/scsi/bfa/
Dbfa_ioc.c1515 bfa_ioc_fwver_valid(struct bfa_ioc_s *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument
1521 if (swab32(fwhdr.bootenv) != boot_env) { in bfa_ioc_fwver_valid()
1523 bfa_trc(ioc, boot_env); in bfa_ioc_fwver_valid()
1711 u32 boot_env; in bfa_ioc_hwinit() local
1721 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit()
1727 BFA_FALSE : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit()
1730 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1766 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1872 u32 boot_env) in bfa_ioc_download_fw() argument
1884 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw()
[all …]
Dbfa_ioc.h894 u32 boot_env);