Lines Matching refs:mpi_request

293 	Mpi2SmpPassthroughRequest_t *mpi_request;  in _transport_expander_report_manufacture()  local
333 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_expander_report_manufacture()
356 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_expander_report_manufacture()
357 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_report_manufacture()
358 mpi_request->PhysicalPort = 0xFF; in _transport_expander_report_manufacture()
359 mpi_request->SASAddress = cpu_to_le64(sas_address); in _transport_expander_report_manufacture()
360 mpi_request->RequestDataLength = cpu_to_le16(data_out_sz); in _transport_expander_report_manufacture()
361 psge = &mpi_request->SGL; in _transport_expander_report_manufacture()
375 _debug_dump_mf(mpi_request, in _transport_expander_report_manufacture()
1062 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_get_expander_phy_error_log() local
1099 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_get_expander_phy_error_log()
1123 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_get_expander_phy_error_log()
1124 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_get_expander_phy_error_log()
1125 mpi_request->PhysicalPort = 0xFF; in _transport_get_expander_phy_error_log()
1126 mpi_request->VF_ID = 0; /* TODO */ in _transport_get_expander_phy_error_log()
1127 mpi_request->VP_ID = 0; in _transport_get_expander_phy_error_log()
1128 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1129 mpi_request->RequestDataLength = in _transport_get_expander_phy_error_log()
1131 psge = &mpi_request->SGL; in _transport_get_expander_phy_error_log()
1148 _debug_dump_mf(mpi_request, in _transport_get_expander_phy_error_log()
1352 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_expander_phy_control() local
1389 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_expander_phy_control()
1418 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_expander_phy_control()
1419 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_phy_control()
1420 mpi_request->PhysicalPort = 0xFF; in _transport_expander_phy_control()
1421 mpi_request->VF_ID = 0; /* TODO */ in _transport_expander_phy_control()
1422 mpi_request->VP_ID = 0; in _transport_expander_phy_control()
1423 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1424 mpi_request->RequestDataLength = in _transport_expander_phy_control()
1426 psge = &mpi_request->SGL; in _transport_expander_phy_control()
1443 _debug_dump_mf(mpi_request, in _transport_expander_phy_control()
1501 Mpi2SasIoUnitControlRequest_t mpi_request; in _transport_phy_reset() local
1519 memset(&mpi_request, 0, sizeof(Mpi2SasIoUnitControlRequest_t)); in _transport_phy_reset()
1520 mpi_request.Function = MPI2_FUNCTION_SAS_IO_UNIT_CONTROL; in _transport_phy_reset()
1521 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
1523 mpi_request.PhyNum = phy->number; in _transport_phy_reset()
1525 if ((mpt3sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1838 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_smp_handler() local
1896 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_smp_handler()
1899 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_smp_handler()
1900 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_smp_handler()
1901 mpi_request->PhysicalPort = 0xFF; in _transport_smp_handler()
1902 mpi_request->SASAddress = (rphy) ? in _transport_smp_handler()
1905 mpi_request->RequestDataLength = cpu_to_le16(dma_len_out - 4); in _transport_smp_handler()
1906 psge = &mpi_request->SGL; in _transport_smp_handler()
1920 _debug_dump_mf(mpi_request, in _transport_smp_handler()