Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c83 enum bfi_fwboot_type boot_type, u32 boot_param);
2002 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
2016 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2039 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2080 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2081 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
2087 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2368 bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type, in bfa_ioc_boot() argument
2378 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot()
2386 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot()
[all …]
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_ioc.c1711 u32 boot_type; in bfa_ioc_hwinit() local
1721 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_hwinit()
1731 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1767 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1874 bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
1888 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1917 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1957 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1958 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
1965 swab32(boot_type)); in bfa_ioc_download_fw()
[all …]
Dbfa_ioc.h898 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c480 p_buf->p_val = &p_drv_buf->boot_type; in qed_mfw_get_fcoe_tlv_value()
481 return sizeof(p_drv_buf->boot_type); in qed_mfw_get_fcoe_tlv_value()
/Linux-v4.19/include/linux/qed/
Dqed_if.h244 u8 boot_type; member