Lines Matching refs:mpi_reply

144 	Mpi2ConfigReply_t mpi_reply;  in _transport_set_identify()  local
153 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0, in _transport_set_identify()
160 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_set_identify()
233 MPI2DefaultReply_t *mpi_reply; in mpt3sas_transport_done() local
235 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in mpt3sas_transport_done()
241 if (mpi_reply) { in mpt3sas_transport_done()
242 memcpy(ioc->transport_cmds.reply, mpi_reply, in mpt3sas_transport_done()
243 mpi_reply->MsgLength*4); in mpt3sas_transport_done()
294 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_report_manufacture() local
387 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_report_manufacture()
391 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_report_manufacture()
393 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_report_manufacture()
1063 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_get_expander_phy_error_log() local
1159 mpi_reply = ioc->transport_cmds.reply; in _transport_get_expander_phy_error_log()
1163 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_get_expander_phy_error_log()
1165 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_get_expander_phy_error_log()
1213 Mpi2ConfigReply_t mpi_reply; in _transport_get_linkerrors() local
1228 if ((mpt3sas_config_get_phy_pg1(ioc, &mpi_reply, &phy_pg1, in _transport_get_linkerrors()
1235 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_get_linkerrors()
1238 le16_to_cpu(mpi_reply.IOCStatus), in _transport_get_linkerrors()
1239 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_get_linkerrors()
1353 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_phy_control() local
1454 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_phy_control()
1458 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_phy_control()
1460 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_phy_control()
1500 Mpi2SasIoUnitControlReply_t mpi_reply; in _transport_phy_reset() local
1525 if ((mpt3sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1531 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_phy_reset()
1533 phy->number, le16_to_cpu(mpi_reply.IOCStatus), in _transport_phy_reset()
1534 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_phy_reset()
1553 Mpi2ConfigReply_t mpi_reply; in _transport_phy_enable() local
1586 if ((mpt3sas_config_get_sas_iounit_pg0(ioc, &mpi_reply, in _transport_phy_enable()
1593 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1627 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_enable()
1634 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1663 mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, sz); in _transport_phy_enable()
1690 Mpi2ConfigReply_t mpi_reply; in _transport_phy_speed() local
1735 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_speed()
1742 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_speed()
1763 if (mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, in _transport_phy_speed()
1775 if (!mpt3sas_config_get_phy_pg0(ioc, &mpi_reply, &phy_pg0, in _transport_phy_speed()
1839 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_smp_handler() local
1938 mpi_reply = ioc->transport_cmds.reply; in _transport_smp_handler()
1943 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_smp_handler()
1945 memcpy(job->reply, mpi_reply, sizeof(*mpi_reply)); in _transport_smp_handler()
1946 job->reply_len = sizeof(*mpi_reply); in _transport_smp_handler()
1947 reslen = le16_to_cpu(mpi_reply->ResponseDataLength); in _transport_smp_handler()