Searched refs:boot_env (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/brocade/bna/ |
| D | bfa_ioc.c | 1806 bfa_ioc_fwver_valid(struct bfa_ioc *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument 1811 if (swab32(fwhdr.bootenv) != boot_env) in bfa_ioc_fwver_valid() 1833 u32 boot_env; in bfa_ioc_hwinit() local 1840 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit() 1846 false : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit() 1849 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit() 1882 if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) == in bfa_ioc_hwinit() 1992 u32 boot_env) in bfa_ioc_download_fw() argument 2004 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw() 2027 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw() [all …]
|
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfa_ioc.c | 1504 bfa_ioc_fwver_valid(struct bfa_ioc_s *ioc, u32 boot_env) in bfa_ioc_fwver_valid() argument 1510 if (swab32(fwhdr.bootenv) != boot_env) { in bfa_ioc_fwver_valid() 1512 bfa_trc(ioc, boot_env); in bfa_ioc_fwver_valid() 1700 u32 boot_env; in bfa_ioc_hwinit() local 1710 boot_env = BFI_FWBOOT_ENV_OS; in bfa_ioc_hwinit() 1716 BFA_FALSE : bfa_ioc_fwver_valid(ioc, boot_env); in bfa_ioc_hwinit() 1719 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit() 1755 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit() 1863 u32 boot_env) in bfa_ioc_download_fw() argument 1875 if (boot_env == BFI_FWBOOT_ENV_OS && in bfa_ioc_download_fw() [all …]
|
| D | bfa_ioc.h | 891 u32 boot_env);
|