Searched refs:boot_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 97 enum bfi_fwboot_type boot_type, u32 boot_param); 2017 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument 2031 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2054 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2095 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2096 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw() 2102 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw() 2380 bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type, in bfa_ioc_boot() argument 2390 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot() 2398 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot() [all …]
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_ioc.c | 1710 u32 boot_type; in bfa_ioc_hwinit() local 1720 boot_type = BFI_FWBOOT_TYPE_NORMAL; 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() 1871 bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type, in bfa_ioc_download_fw() argument 1885 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 1914 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 1954 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 1955 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw() 1962 swab32(boot_type)); in bfa_ioc_download_fw() [all …]
|
D | bfa_ioc.h | 893 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
|