Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c1247 case MPI2_VERSION: in _ctl_getiocinfo()
1897 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in mpt3sas_enable_diag_buffer()
1953 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in mpt3sas_enable_diag_buffer()
3098 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 0, MPI2_VERSION); in _ctl_mpt2_ioctl()
3133 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 1, MPI2_VERSION); in _ctl_mpt2_ioctl_compat()
3800 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in host_trace_buffer_enable_store()
3809 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in host_trace_buffer_enable_store()
H A Dmpt3sas_scsih.c2289 case MPI2_VERSION: in scsih_get_resync()
2355 case MPI2_VERSION: in scsih_get_state()
2393 case MPI2_VERSION: in _scsih_set_level()
4298 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) { in _scsih_allow_scmd_to_device()
4965 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_temp_threshold_events()
8909 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _scsih_ir_fastpath()
9343 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_sas_ir_config_change_event()
9916 (ioc->hba_mpi_version_belonged != MPI2_VERSION)) { in _scsih_mark_responding_pcie_device()
12012 return MPI2_VERSION; in _scsih_determine_hba_mpi_version()
12075 if ((hbas_to_enumerate == 1) && (hba_mpi_version != MPI2_VERSION)) in _scsih_probe()
[all …]
H A Dmpt3sas_base.c3036 } else if (ioc->hba_mpi_version_belonged > MPI2_VERSION) { in _base_config_dma_addressing()
3435 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_enable_msix()
6308 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools()
6372 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_allocate_memory_pools()
7484 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_get_ioc_facts()
8337 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_make_ioc_operational()
8460 case MPI2_VERSION: in mpt3sas_base_attach()
/linux-6.15/drivers/scsi/mpt3sas/mpi/
H A Dmpi2.h156 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
/linux-6.15/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h277 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
H A Dmegaraid_sas_fusion.c1151 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()