Lines Matching refs:mpi_reply

140 	Mpi2ConfigReply_t mpi_reply;  in _transport_set_identify()  local
150 if ((mpt2sas_config_get_sas_device_pg0(ioc, &mpi_reply, &sas_device_pg0, in _transport_set_identify()
158 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_set_identify()
232 MPI2DefaultReply_t *mpi_reply; in mpt2sas_transport_done() local
234 mpi_reply = mpt2sas_base_get_reply_virt_addr(ioc, reply); in mpt2sas_transport_done()
240 if (mpi_reply) { in mpt2sas_transport_done()
241 memcpy(ioc->transport_cmds.reply, mpi_reply, in mpt2sas_transport_done()
242 mpi_reply->MsgLength*4); in mpt2sas_transport_done()
293 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_report_manufacture() local
426 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_report_manufacture()
430 ioc->name, le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_report_manufacture()
432 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_report_manufacture()
1083 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_get_expander_phy_error_log() local
1217 mpi_reply = ioc->transport_cmds.reply; in _transport_get_expander_phy_error_log()
1221 ioc->name, le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_get_expander_phy_error_log()
1223 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_get_expander_phy_error_log()
1272 Mpi2ConfigReply_t mpi_reply; in _transport_get_linkerrors() local
1287 if ((mpt2sas_config_get_phy_pg1(ioc, &mpi_reply, &phy_pg1, in _transport_get_linkerrors()
1294 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_get_linkerrors()
1297 phy->number, le16_to_cpu(mpi_reply.IOCStatus), in _transport_get_linkerrors()
1298 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_get_linkerrors()
1406 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_expander_phy_control() local
1547 mpi_reply = ioc->transport_cmds.reply; in _transport_expander_phy_control()
1551 ioc->name, le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_expander_phy_control()
1553 if (le16_to_cpu(mpi_reply->ResponseDataLength) != in _transport_expander_phy_control()
1593 Mpi2SasIoUnitControlReply_t mpi_reply; in _transport_phy_reset() local
1618 if ((mpt2sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1624 if (mpi_reply.IOCStatus || mpi_reply.IOCLogInfo) in _transport_phy_reset()
1627 phy->number, le16_to_cpu(mpi_reply.IOCStatus), in _transport_phy_reset()
1628 le32_to_cpu(mpi_reply.IOCLogInfo)); in _transport_phy_reset()
1647 Mpi2ConfigReply_t mpi_reply; in _transport_phy_enable() local
1680 if ((mpt2sas_config_get_sas_iounit_pg0(ioc, &mpi_reply, in _transport_phy_enable()
1687 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1723 if ((mpt2sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_enable()
1730 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_enable()
1757 mpt2sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, sz); in _transport_phy_enable()
1783 Mpi2ConfigReply_t mpi_reply; in _transport_phy_speed() local
1828 if ((mpt2sas_config_get_sas_iounit_pg1(ioc, &mpi_reply, in _transport_phy_speed()
1835 ioc_status = le16_to_cpu(mpi_reply.IOCStatus) & in _transport_phy_speed()
1856 if (mpt2sas_config_set_sas_iounit_pg1(ioc, &mpi_reply, sas_iounit_pg1, in _transport_phy_speed()
1868 if (!mpt2sas_config_get_phy_pg0(ioc, &mpi_reply, &phy_pg0, in _transport_phy_speed()
1901 Mpi2SmpPassthroughReply_t *mpi_reply; in _transport_smp_handler() local
2090 mpi_reply = ioc->transport_cmds.reply; in _transport_smp_handler()
2095 le16_to_cpu(mpi_reply->ResponseDataLength))); in _transport_smp_handler()
2097 memcpy(req->sense, mpi_reply, sizeof(*mpi_reply)); in _transport_smp_handler()
2098 req->sense_len = sizeof(*mpi_reply); in _transport_smp_handler()
2101 le16_to_cpu(mpi_reply->ResponseDataLength); in _transport_smp_handler()
2107 le16_to_cpu(mpi_reply->ResponseDataLength); in _transport_smp_handler()