Searched refs:MsgVersion (Results 1 – 10 of 10) sorted by relevance
161 U16 MsgVersion; /* 28h */ member243 U16 MsgVersion; /* 00h */ member
645 if((ioc->facts.MsgVersion >= MPI_VERSION_01_05) && pScsiReply){ in mptscsih_io_done()1546 && (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) && in mptscsih_IssueTaskMgmt()1604 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptscsih_IssueTaskMgmt()1977 if (ioc->facts.MsgVersion >= MPI_VERSION_01_05 && in mptscsih_taskmgmt_reply()3081 return snprintf(buf, PAGE_SIZE, "%03x\n", ioc->facts.MsgVersion); in mptscsih_version_mpi_show()
2605 if (ioc->facts.MsgVersion >= MPI_VERSION_01_02) in mpt_do_ioc_recovery()3137 facts->MsgVersion = le16_to_cpu(facts->MsgVersion); in GetIocFacts()3152 if (facts->MsgVersion < MPI_VERSION_01_02) { in GetIocFacts()3184 facts->MsgVersion > MPI_VERSION_01_00) { in GetIocFacts()3363 ioc->name, ioc->facts.MsgVersion)); in SendIocInit()3364 if (ioc->facts.MsgVersion >= MPI_VERSION_01_05) { in SendIocInit()3366 ioc_init.MsgVersion = cpu_to_le16(MPI_VERSION); in SendIocInit()6704 seq_printf(m, "\n MsgVersion = 0x%04x\n", ioc->facts.MsgVersion); in mpt_iocinfo_proc_show()
386 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_taskmgmt()825 if (iocp->facts.MsgVersion >= MPI_VERSION_01_05) in mptctl_do_fw_download()2169 (ioc->facts.MsgVersion >= MPI_VERSION_01_05)) in mptctl_do_mpt_command()
210 U16 MsgVersion; /*0x0C */ member308 U16 MsgVersion; /*0x00 */ member
680 __le16 MsgVersion; /* 0x0C */ member
1151 IOCInitMessage->MsgVersion = cpu_to_le16(MPI2_VERSION); in megasas_ioc_init_fusion()
1012 u16 MsgVersion; member
7273 facts->MsgVersion = le16_to_cpu(mpi_reply.MsgVersion); in _base_get_ioc_facts()7362 mpi_request.MsgVersion = cpu_to_le16(ioc->hba_mpi_version_belonged); in _base_send_ioc_init()
2861 ioc->facts.MsgVersion, ioc->facts.HeaderVersion >> 8); in version_mpi_show()
Completed in 724 milliseconds