Searched refs:boot_type (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 1695 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 D | bfa_ioc.h | 931 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mng_tlv.c | 482 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 D | ivpu_fw.c | 527 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 D | qed_if.h | 224 u8 boot_type; member
|