Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/brocade/bna/
Dbfa_ioc.c75 enum bfi_fwboot_type boot_type, u32 boot_param);
1990 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
2004 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2027 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2068 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2069 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
2075 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2356 bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type, in bfa_ioc_boot() argument
2366 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot()
2374 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot()
[all …]
/linux-6.1.9/drivers/scsi/bfa/
Dbfa_ioc.c1696 u32 boot_type; in bfa_ioc_hwinit() local
1706 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_hwinit()
1716 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1752 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1859 bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
1873 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1900 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1940 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1941 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
1948 swab32(boot_type)); in bfa_ioc_download_fw()
[all …]
Dbfa_ioc.h890 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c482 p_buf->p_val = &p_drv_buf->boot_type; in qed_mfw_get_fcoe_tlv_value()
483 return sizeof(p_drv_buf->boot_type); in qed_mfw_get_fcoe_tlv_value()
/linux-6.1.9/include/linux/qed/
Dqed_if.h224 u8 boot_type; member