Home
last modified time | relevance | path

Searched refs:MPI2_VERSION (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c1172 case MPI2_VERSION: in _ctl_getiocinfo()
1814 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in mpt3sas_enable_diag_buffer()
1870 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in mpt3sas_enable_diag_buffer()
2691 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 0, MPI2_VERSION); in _ctl_mpt2_ioctl()
2726 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 1, MPI2_VERSION); in _ctl_mpt2_ioctl_compat()
3401 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in host_trace_buffer_enable_store()
3410 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in host_trace_buffer_enable_store()
Dmpt3sas_scsih.c2122 case MPI2_VERSION: in scsih_get_resync()
2188 case MPI2_VERSION: in scsih_get_state()
2226 case MPI2_VERSION: in _scsih_set_level()
4109 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) { in _scsih_allow_scmd_to_device()
4776 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_temp_threshold_events()
7948 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _scsih_ir_fastpath()
8380 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_sas_ir_config_change_event()
8911 (ioc->hba_mpi_version_belonged != MPI2_VERSION)) { in _scsih_mark_responding_pcie_device()
10794 return MPI2_VERSION; in _scsih_determine_hba_mpi_version()
10856 if ((hbas_to_enumerate == 1) && (hba_mpi_version != MPI2_VERSION)) in _scsih_probe()
[all …]
Dmpt3sas_base.c2831 else if (ioc->hba_mpi_version_belonged > MPI2_VERSION) in _base_config_dma_addressing()
3199 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_enable_msix()
5156 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools()
5220 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_allocate_memory_pools()
6404 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_get_ioc_facts()
7207 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_make_ioc_operational()
7324 case MPI2_VERSION: in mpt3sas_base_attach()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/
Dmpi2.h150 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h277 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
Dmegaraid_sas_fusion.c1120 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()