Lines Matching refs:mpi_request
296 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_expander_report_manufacture() local
357 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_expander_report_manufacture()
381 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_expander_report_manufacture()
382 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_report_manufacture()
383 mpi_request->PhysicalPort = 0xFF; in _transport_expander_report_manufacture()
384 mpi_request->SASAddress = cpu_to_le64(sas_address); in _transport_expander_report_manufacture()
385 mpi_request->RequestDataLength = cpu_to_le16(data_out_sz); in _transport_expander_report_manufacture()
386 psge = &mpi_request->SGL; in _transport_expander_report_manufacture()
401 _debug_dump_mf(mpi_request, in _transport_expander_report_manufacture()
1086 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_get_expander_phy_error_log() local
1144 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_get_expander_phy_error_log()
1167 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_get_expander_phy_error_log()
1168 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_get_expander_phy_error_log()
1169 mpi_request->PhysicalPort = 0xFF; in _transport_get_expander_phy_error_log()
1170 mpi_request->VF_ID = 0; /* TODO */ in _transport_get_expander_phy_error_log()
1171 mpi_request->VP_ID = 0; in _transport_get_expander_phy_error_log()
1172 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_get_expander_phy_error_log()
1173 mpi_request->RequestDataLength = in _transport_get_expander_phy_error_log()
1175 psge = &mpi_request->SGL; in _transport_get_expander_phy_error_log()
1193 _debug_dump_mf(mpi_request, in _transport_get_expander_phy_error_log()
1399 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_expander_phy_control() local
1457 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_expander_phy_control()
1485 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_expander_phy_control()
1486 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_expander_phy_control()
1487 mpi_request->PhysicalPort = 0xFF; in _transport_expander_phy_control()
1488 mpi_request->VF_ID = 0; /* TODO */ in _transport_expander_phy_control()
1489 mpi_request->VP_ID = 0; in _transport_expander_phy_control()
1490 mpi_request->SASAddress = cpu_to_le64(phy->identify.sas_address); in _transport_expander_phy_control()
1491 mpi_request->RequestDataLength = in _transport_expander_phy_control()
1493 psge = &mpi_request->SGL; in _transport_expander_phy_control()
1511 _debug_dump_mf(mpi_request, in _transport_expander_phy_control()
1569 Mpi2SasIoUnitControlRequest_t mpi_request; in _transport_phy_reset() local
1587 memset(&mpi_request, 0, sizeof(Mpi2SasIoUnitControlRequest_t)); in _transport_phy_reset()
1588 mpi_request.Function = MPI2_FUNCTION_SAS_IO_UNIT_CONTROL; in _transport_phy_reset()
1589 mpi_request.Operation = hard_reset ? in _transport_phy_reset()
1591 mpi_request.PhyNum = phy->number; in _transport_phy_reset()
1593 if ((mpt3sas_base_sas_iounit_control(ioc, &mpi_reply, &mpi_request))) { in _transport_phy_reset()
1909 Mpi2SmpPassthroughRequest_t *mpi_request; in _transport_smp_handler() local
1987 mpi_request = mpt3sas_base_get_msg_frame(ioc, smid); in _transport_smp_handler()
1990 memset(mpi_request, 0, sizeof(Mpi2SmpPassthroughRequest_t)); in _transport_smp_handler()
1991 mpi_request->Function = MPI2_FUNCTION_SMP_PASSTHROUGH; in _transport_smp_handler()
1992 mpi_request->PhysicalPort = 0xFF; in _transport_smp_handler()
1993 mpi_request->SASAddress = (rphy) ? in _transport_smp_handler()
1996 mpi_request->RequestDataLength = cpu_to_le16(dma_len_out - 4); in _transport_smp_handler()
1997 psge = &mpi_request->SGL; in _transport_smp_handler()
2012 _debug_dump_mf(mpi_request, in _transport_smp_handler()