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()
1062 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_get_expander_phy_error_log() local
1158 mpi_reply = ioc->transport_cmds.reply; in _transport_get_expander_phy_error_log()
1162 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_get_expander_phy_error_log()
1164 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_get_expander_phy_error_log()
1212 Mpi2ConfigReply_t mpi_reply; in _transport_get_linkerrors() local
1227 if ((mpt3sas_config_get_phy_pg1(ioc, &mpi_reply, &phy_pg1, in _transport_get_linkerrors()
1234 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_get_linkerrors()
1237 le16_to_cpu(mpi_reply.IOCStatus), in _transport_get_linkerrors()
1238 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_get_linkerrors()
1352 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_phy_control() local
1453 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_phy_control()
1457 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_phy_control()
1459 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_phy_control()
1499 Mpi2SasIoUnitControlReply_t mpi_reply; in _transport_phy_reset() local
1524 if ((mpt3sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1530 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_phy_reset()
1532 phy->number, le16_to_cpu(mpi_reply.IOCStatus), in _transport_phy_reset()
1533 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_phy_reset()
1552 Mpi2ConfigReply_t mpi_reply; in _transport_phy_enable() local
1585 if ((mpt3sas_config_get_sas_iounit_pg0(ioc, &mpi_reply, in _transport_phy_enable()
1592 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1626 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_enable()
1633 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1662 mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, sz); in _transport_phy_enable()
1689 Mpi2ConfigReply_t mpi_reply; in _transport_phy_speed() local
1734 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_speed()
1741 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_speed()
1762 if (mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, in _transport_phy_speed()
1774 if (!mpt3sas_config_get_phy_pg0(ioc, &mpi_reply, &phy_pg0, in _transport_phy_speed()
1838 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_smp_handler() local
1937 mpi_reply = ioc->transport_cmds.reply; in _transport_smp_handler()
1942 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_smp_handler()
1944 memcpy(job->reply, mpi_reply, sizeof(*mpi_reply)); in _transport_smp_handler()
1945 job->reply_len = sizeof(*mpi_reply); in _transport_smp_handler()
1946 reslen = le16_to_cpu(mpi_reply->ResponseDataLength); in _transport_smp_handler()