Searched refs:boot_type (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bfa_ioc.c | 83 enum bfi_fwboot_type boot_type, u32 boot_param); 1998 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument 2012 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2035 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2076 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw() 2077 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw() 2083 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw() 2364 bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type, in bfa_ioc_boot() argument 2374 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot() 2382 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot() [all …]
|
/linux-4.4.14/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,
|