Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_ioc.c1695 u32 boot_type; in bfa_ioc_hwinit() local
1705 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_hwinit()
1715 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1751 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1858 bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
1872 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1899 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1939 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1940 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
1947 swab32(boot_type)); in bfa_ioc_download_fw()
2211 bfa_ioc_boot(struct bfa_ioc_s * ioc,u32 boot_type,u32 boot_env) bfa_ioc_boot() argument
[all...]
H A Dbfa_ioc.h931 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
/linux/drivers/net/ethernet/qlogic/qed/
H A 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/drivers/accel/ivpu/
H A Divpu_fw.c527 ivpu_dbg(vdev, FW_BOOT, "boot_params.boot_type = 0x%x\n", in ivpu_fw_boot_params_print()
528 boot_params->boot_type); in ivpu_fw_boot_params_print()
/linux/include/linux/qed/
H A Dqed_if.h224 u8 boot_type; member