Lines Matching refs:mpi_reply

206 	Mpi2ConfigReply_t mpi_reply;  in _transport_set_identify()  local
215 if ((mpt3sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0, in _transport_set_identify()
222 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_set_identify()
295 MPI2DefaultReply_t *mpi_reply; in mpt3sas_transport_done() local
297 mpi_reply = mpt3sas_base_get_reply_virt_addr(ioc, reply); in mpt3sas_transport_done()
303 if (mpi_reply) { in mpt3sas_transport_done()
304 memcpy(ioc->transport_cmds.reply, mpi_reply, in mpt3sas_transport_done()
305 mpi_reply->MsgLength*4); in mpt3sas_transport_done()
357 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_report_manufacture() local
450 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_report_manufacture()
454 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_report_manufacture()
456 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_report_manufacture()
1262 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_get_expander_phy_error_log() local
1358 mpi_reply = ioc->transport_cmds.reply; in _transport_get_expander_phy_error_log()
1362 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_get_expander_phy_error_log()
1364 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_get_expander_phy_error_log()
1412 Mpi2ConfigReply_t mpi_reply; in _transport_get_linkerrors() local
1430 if ((mpt3sas_config_get_phy_pg1(ioc, &mpi_reply, &phy_pg1, in _transport_get_linkerrors()
1437 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_get_linkerrors()
1440 le16_to_cpu(mpi_reply.IOCStatus), in _transport_get_linkerrors()
1441 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_get_linkerrors()
1553 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_phy_control() local
1654 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_phy_control()
1658 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_phy_control()
1660 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_phy_control()
1700 Mpi2SasIoUnitControlReply_t mpi_reply; in _transport_phy_reset() local
1728 if ((mpt3sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1734 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_phy_reset()
1736 phy->number, le16_to_cpu(mpi_reply.IOCStatus), in _transport_phy_reset()
1737 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_phy_reset()
1756 Mpi2ConfigReply_t mpi_reply; in _transport_phy_enable() local
1792 if ((mpt3sas_config_get_sas_iounit_pg0(ioc, &mpi_reply, in _transport_phy_enable()
1799 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1833 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_enable()
1840 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1869 mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, sz); in _transport_phy_enable()
1896 Mpi2ConfigReply_t mpi_reply; in _transport_phy_speed() local
1944 if ((mpt3sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_speed()
1951 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_speed()
1972 if (mpt3sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, in _transport_phy_speed()
1984 if (!mpt3sas_config_get_phy_pg0(ioc, &mpi_reply, &phy_pg0, in _transport_phy_speed()
2048 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_smp_handler() local
2147 mpi_reply = ioc->transport_cmds.reply; in _transport_smp_handler()
2152 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_smp_handler()
2154 memcpy(job->reply, mpi_reply, sizeof(*mpi_reply)); in _transport_smp_handler()
2155 job->reply_len = sizeof(*mpi_reply); in _transport_smp_handler()
2156 reslen = le16_to_cpu(mpi_reply->ResponseDataLength); in _transport_smp_handler()