Lines Matching refs:mpi_request
132 struct mpi3_smp_passthrough_request mpi_request; in mpi3mr_report_manufacture() local
177 memset(&mpi_request, 0, request_sz); in mpi3mr_report_manufacture()
179 mpi_request.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_TRANSPORT_CMDS); in mpi3mr_report_manufacture()
180 mpi_request.function = MPI3_FUNCTION_SMP_PASSTHROUGH; in mpi3mr_report_manufacture()
181 mpi_request.io_unit_port = (u8) port_id; in mpi3mr_report_manufacture()
182 mpi_request.sas_address = cpu_to_le64(sas_address); in mpi3mr_report_manufacture()
184 psge = &mpi_request.request_sge; in mpi3mr_report_manufacture()
187 psge = &mpi_request.response_sge; in mpi3mr_report_manufacture()
194 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_report_manufacture()
2555 struct mpi3_smp_passthrough_request mpi_request; in mpi3mr_get_expander_phy_error_log() local
2601 memset(&mpi_request, 0, request_sz); in mpi3mr_get_expander_phy_error_log()
2603 mpi_request.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_TRANSPORT_CMDS); in mpi3mr_get_expander_phy_error_log()
2604 mpi_request.function = MPI3_FUNCTION_SMP_PASSTHROUGH; in mpi3mr_get_expander_phy_error_log()
2605 mpi_request.io_unit_port = (u8) mpi3mr_get_port_id_by_sas_phy(phy); in mpi3mr_get_expander_phy_error_log()
2606 mpi_request.sas_address = cpu_to_le64(phy->identify.sas_address); in mpi3mr_get_expander_phy_error_log()
2608 psge = &mpi_request.request_sge; in mpi3mr_get_expander_phy_error_log()
2611 psge = &mpi_request.response_sge; in mpi3mr_get_expander_phy_error_log()
2618 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_get_expander_phy_error_log()
2816 struct mpi3_smp_passthrough_request mpi_request; in mpi3mr_expander_phy_control() local
2872 memset(&mpi_request, 0, request_sz); in mpi3mr_expander_phy_control()
2874 mpi_request.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_TRANSPORT_CMDS); in mpi3mr_expander_phy_control()
2875 mpi_request.function = MPI3_FUNCTION_SMP_PASSTHROUGH; in mpi3mr_expander_phy_control()
2876 mpi_request.io_unit_port = (u8) mpi3mr_get_port_id_by_sas_phy(phy); in mpi3mr_expander_phy_control()
2877 mpi_request.sas_address = cpu_to_le64(phy->identify.sas_address); in mpi3mr_expander_phy_control()
2879 psge = &mpi_request.request_sge; in mpi3mr_expander_phy_control()
2882 psge = &mpi_request.response_sge; in mpi3mr_expander_phy_control()
2890 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_expander_phy_control()
2930 struct mpi3_iounit_control_request mpi_request; in mpi3mr_transport_phy_reset() local
2948 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_phy_reset()
2949 mpi_request.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_TRANSPORT_CMDS); in mpi3mr_transport_phy_reset()
2950 mpi_request.function = MPI3_FUNCTION_IO_UNIT_CONTROL; in mpi3mr_transport_phy_reset()
2951 mpi_request.operation = MPI3_CTRL_OP_SAS_PHY_CONTROL; in mpi3mr_transport_phy_reset()
2952 mpi_request.param8[MPI3_CTRL_OP_SAS_PHY_CONTROL_PARAM8_ACTION_INDEX] = in mpi3mr_transport_phy_reset()
2955 mpi_request.param8[MPI3_CTRL_OP_SAS_PHY_CONTROL_PARAM8_PHY_INDEX] = in mpi3mr_transport_phy_reset()
2963 if (mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_transport_phy_reset()
3245 struct mpi3_smp_passthrough_request mpi_request; in mpi3mr_transport_smp_handler() local
3288 memset(&mpi_request, 0, request_sz); in mpi3mr_transport_smp_handler()
3290 mpi_request.host_tag = cpu_to_le16(MPI3MR_HOSTTAG_TRANSPORT_CMDS); in mpi3mr_transport_smp_handler()
3291 mpi_request.function = MPI3_FUNCTION_SMP_PASSTHROUGH; in mpi3mr_transport_smp_handler()
3292 mpi_request.io_unit_port = (u8) mpi3mr_get_port_id_by_rphy(mrioc, rphy); in mpi3mr_transport_smp_handler()
3293 mpi_request.sas_address = ((rphy) ? in mpi3mr_transport_smp_handler()
3296 psge = &mpi_request.request_sge; in mpi3mr_transport_smp_handler()
3299 psge = &mpi_request.response_sge; in mpi3mr_transport_smp_handler()
3304 rc = mpi3mr_post_transport_req(mrioc, &mpi_request, request_sz, in mpi3mr_transport_smp_handler()