Home
last modified time | relevance | path

Searched refs:MsgVersion (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dmptendian.c97 req->MsgVersion = le16_to_cpu(req->MsgVersion); in mptsas_fix_ioc_init_endianness()
115 reply->MsgVersion = cpu_to_le16(reply->MsgVersion); in mptsas_fix_ioc_facts_reply_endianness()
H A Dmpi.h600 uint16_t MsgVersion; /* 28h */ member
667 uint16_t MsgVersion; /* 00h */ member
H A Dmptsas.c605 reply.MsgVersion = 0x0105; in mptsas_process_ioc_facts()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h161 U16 MsgVersion; /* 28h */ member
243 U16 MsgVersion; /* 00h */ member
/openbmc/linux/drivers/message/fusion/
H A Dmptscsih.c645 if((ioc->facts.MsgVersion >= MPI_VERSION_01_05) && pScsiReply){ in mptscsih_io_done()
1545 && (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) && in mptscsih_IssueTaskMgmt()
1603 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptscsih_IssueTaskMgmt()
1976 if (ioc->facts.MsgVersion >= MPI_VERSION_01_05 && in mptscsih_taskmgmt_reply()
3080 return snprintf(buf, PAGE_SIZE, "%03x\n", ioc->facts.MsgVersion); in mptscsih_version_mpi_show()
H A Dmptbase.c2600 if (ioc->facts.MsgVersion >= MPI_VERSION_01_02) in mpt_do_ioc_recovery()
3132 facts->MsgVersion = le16_to_cpu(facts->MsgVersion); in GetIocFacts()
3147 if (facts->MsgVersion < MPI_VERSION_01_02) { in GetIocFacts()
3179 facts->MsgVersion > MPI_VERSION_01_00) { in GetIocFacts()
3358 ioc->name, ioc->facts.MsgVersion)); in SendIocInit()
3359 if (ioc->facts.MsgVersion >= MPI_VERSION_01_05) { in SendIocInit()
3361 ioc_init.MsgVersion = cpu_to_le16(MPI_VERSION); in SendIocInit()
6721 seq_printf(m, "\n MsgVersion = 0x%04x\n", ioc->facts.MsgVersion); in mpt_iocinfo_proc_show()
H A Dmptctl.c386 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_taskmgmt()
823 if (iocp->facts.MsgVersion >= MPI_VERSION_01_05) in mptctl_do_fw_download()
2175 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_mpt_command()
/openbmc/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_ioc.h210 U16 MsgVersion; /*0x0C */ member
308 U16 MsgVersion; /*0x00 */ member
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h683 __le16 MsgVersion; /* 0x0C */ member
H A Dmegaraid_sas_fusion.c1151 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1012 u16 MsgVersion; member
H A Dmpt3sas_base.c7454 facts->MsgVersion = le16_to_cpu(mpi_reply.MsgVersion); in _base_get_ioc_facts()
7543 mpi_request.MsgVersion = cpu_to_le16(ioc->hba_mpi_version_belonged); in _base_send_ioc_init()
H A Dmpt3sas_ctl.c2874 ioc->facts.MsgVersion, ioc->facts.HeaderVersion >> 8); in version_mpi_show()