Home
last modified time | relevance | path

Searched refs:hba_mpi_version_belonged (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c2288 switch (ioc->hba_mpi_version_belonged) { in scsih_get_resync()
2354 switch (ioc->hba_mpi_version_belonged) { in scsih_get_state()
2392 switch (ioc->hba_mpi_version_belonged) { 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()
12096 ioc->hba_mpi_version_belonged = hba_mpi_version; in _scsih_probe()
12128 ioc->hba_mpi_version_belonged = hba_mpi_version; in _scsih_probe()
[all …]
H A Dmpt3sas_base.c3031 } else if (ioc->hba_mpi_version_belonged > MPI2_VERSION) { in _base_config_dma_addressing()
3430 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_enable_msix()
6297 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools()
6361 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_allocate_memory_pools()
7473 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_get_ioc_facts()
7534 mpi_request.MsgVersion = cpu_to_le16(ioc->hba_mpi_version_belonged); in _base_send_ioc_init()
8324 if (ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _base_make_ioc_operational()
8446 switch (ioc->hba_mpi_version_belonged) { in mpt3sas_base_attach()
8642 if (ioc->hba_mpi_version_belonged == MPI26_VERSION) { in mpt3sas_base_attach()
H A Dmpt3sas_base.h1431 u16 hba_mpi_version_belonged; member