Searched refs:MPI2_VERSION (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 413 * @mpi_version: will be MPI2_VERSION for mpt2ctl ioctl device & 1172 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() 2524 * @mpi_version: will be MPI2_VERSION for mpt2ctl ioctl device & 2688 /* pass MPI2_VERSION value, to indicate that this ioctl cmd in _ctl_mpt2_ioctl() 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() [all...] |
H A D | mpt3sas_scsih.c | 2122 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() 10766 * return MPI2_VERSION for SAS 2.0 HBA devices, 10794 return MPI2_VERSION; in _scsih_determine_hba_mpi_version() [all...] |
H A D | mpt3sas_base.c | 2848 } else if (ioc->hba_mpi_version_belonged > MPI2_VERSION) { in _base_config_dma_addressing() 3222 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_enable_msix() 5182 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools() 5246 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_allocate_memory_pools() 6430 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_get_ioc_facts() 7233 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_make_ioc_operational() 7353 case MPI2_VERSION: in mpt3sas_base_attach()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_ctl.c | 413 * @mpi_version: will be MPI2_VERSION for mpt2ctl ioctl device & 1185 case MPI2_VERSION: in _ctl_getiocinfo() 1833 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in mpt3sas_enable_diag_buffer() 1889 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in mpt3sas_enable_diag_buffer() 2598 * @mpi_version: will be MPI2_VERSION for mpt2ctl ioctl device & 2766 /* pass MPI2_VERSION value, to indicate that this ioctl cmd in _ctl_mpt2_ioctl() 2769 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 0, MPI2_VERSION); in _ctl_mpt2_ioctl() 2804 ret = _ctl_ioctl_main(file, cmd, (void __user *)arg, 1, MPI2_VERSION); in _ctl_mpt2_ioctl_compat() 3471 (ioc->hba_mpi_version_belonged == MPI2_VERSION) ? in host_trace_buffer_enable_store() 3480 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) in host_trace_buffer_enable_store() [all...] |
H A D | mpt3sas_scsih.c | 2290 case MPI2_VERSION: in scsih_get_resync() 2356 case MPI2_VERSION: in scsih_get_state() 2394 case MPI2_VERSION: in _scsih_set_level() 4308 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) { in _scsih_allow_scmd_to_device() 4975 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_temp_threshold_events() 8924 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _scsih_ir_fastpath() 9358 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_sas_ir_config_change_event() 9931 (ioc->hba_mpi_version_belonged != MPI2_VERSION)) { in _scsih_mark_responding_pcie_device() 12011 * return MPI2_VERSION for SAS 2.0 HBA devices, 12039 return MPI2_VERSION; in _scsih_determine_hba_mpi_version() [all...] |
H A D | mpt3sas_base.c | 3015 } else if (ioc->hba_mpi_version_belonged > MPI2_VERSION) { in _base_config_dma_addressing() 3414 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_enable_msix() 6291 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools() 6355 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_allocate_memory_pools() 7462 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_get_ioc_facts() 8278 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_make_ioc_operational() 8401 case MPI2_VERSION: in mpt3sas_base_attach()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2.h | 150 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2.h | 150 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.h | 277 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
|
H A D | megaraid_sas_fusion.c | 1120 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fusion.h | 277 #define MPI2_VERSION ((MPI2_VERSION_MAJOR << MPI2_VERSION_MAJOR_SHIFT) | \ macro
|
H A D | megaraid_sas_fusion.c | 1151 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()
|
Completed in 83 milliseconds