Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1592 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in scsih_get_resync()
1594 if (ioc->hba_mpi_version_belonged == MPI25_VERSION) in scsih_get_resync()
1653 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in scsih_get_state()
1655 if (ioc->hba_mpi_version_belonged == MPI25_VERSION) in scsih_get_state()
1685 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _scsih_set_level()
1688 if (ioc->hba_mpi_version_belonged == MPI25_VERSION) in _scsih_set_level()
6027 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _scsih_ir_fastpath()
6485 ioc->hba_mpi_version_belonged != MPI2_VERSION) { in _scsih_sas_ir_config_change_event()
8471 ioc->hba_mpi_version_belonged = hba_mpi_version; in _scsih_probe()
8488 ioc->hba_mpi_version_belonged = hba_mpi_version; in _scsih_probe()
Dmpt3sas_base.h1017 u16 hba_mpi_version_belonged; member
Dmpt3sas_ctl.c430 if (ioc->hba_mpi_version_belonged != mpi_version) in _ctl_verify_adapter()
1047 switch (ioc->hba_mpi_version_belonged) { in _ctl_getiocinfo()
Dmpt3sas_base.c3168 if (ioc->hba_mpi_version_belonged == MPI2_VERSION) in _base_allocate_memory_pools()
4340 mpi_request.MsgVersion = cpu_to_le16(ioc->hba_mpi_version_belonged); in _base_send_ioc_init()
5220 switch (ioc->hba_mpi_version_belonged) { in mpt3sas_base_attach()