Lines Matching refs:Function

103 	switch (mpi_request->Function) {  in _ctl_display_some_debug()
207 if (mpi_request->Function == MPI2_FUNCTION_SCSI_IO_REQUEST || in _ctl_display_some_debug()
208 mpi_request->Function == in _ctl_display_some_debug()
280 if (mpi_reply->Function == MPI2_FUNCTION_SCSI_IO_REQUEST || in mpt3sas_ctl_done()
281 mpi_reply->Function == in mpt3sas_ctl_done()
297 if (mpi_reply->Function == MPI2_FUNCTION_NVME_ENCAPSULATED) { in mpt3sas_ctl_done()
638 tm_reply->Function = MPI2_FUNCTION_SCSI_TASK_MGMT; in _ctl_set_task_mid()
756 if (mpi_request->Function == MPI2_FUNCTION_SCSI_TASK_MGMT) { in _ctl_do_mpt_command()
778 if (mpi_request->Function == MPI2_FUNCTION_SCSI_IO_REQUEST || in _ctl_do_mpt_command()
779 mpi_request->Function == MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || in _ctl_do_mpt_command()
780 mpi_request->Function == MPI2_FUNCTION_SCSI_TASK_MGMT || in _ctl_do_mpt_command()
781 mpi_request->Function == MPI2_FUNCTION_SATA_PASSTHROUGH || in _ctl_do_mpt_command()
782 mpi_request->Function == MPI2_FUNCTION_NVME_ENCAPSULATED) { in _ctl_do_mpt_command()
832 switch (mpi_request->Function) { in _ctl_do_mpt_command()
914 if (mpi_request->Function == MPI2_FUNCTION_SCSI_IO_REQUEST) in _ctl_do_mpt_command()
1086 if (mpi_request->Function == MPI2_FUNCTION_SCSI_TASK_MGMT) { in _ctl_do_mpt_command()
1092 } else if ((mpi_request->Function == MPI2_FUNCTION_SMP_PASSTHROUGH || in _ctl_do_mpt_command()
1093 mpi_request->Function == MPI2_FUNCTION_SAS_IO_UNIT_CONTROL) && in _ctl_do_mpt_command()
1107 if (mpi_reply->Function == MPI2_FUNCTION_SCSI_TASK_MGMT && in _ctl_do_mpt_command()
1142 if (karg.max_sense_bytes && (mpi_request->Function == in _ctl_do_mpt_command()
1143 MPI2_FUNCTION_SCSI_IO_REQUEST || mpi_request->Function == in _ctl_do_mpt_command()
1144 MPI2_FUNCTION_RAID_SCSI_IO_PASSTHROUGH || mpi_request->Function == in _ctl_do_mpt_command()
1150 sz_arg = (mpi_request->Function == in _ctl_do_mpt_command()
1166 if ((mpi_request->Function == MPI2_FUNCTION_SCSI_IO_REQUEST || in _ctl_do_mpt_command()
1167 mpi_request->Function == in _ctl_do_mpt_command()
1169 mpi_request->Function == MPI2_FUNCTION_SATA_PASSTHROUGH)) { in _ctl_do_mpt_command()
1803 mpi_request->Function = MPI2_FUNCTION_DIAG_BUFFER_POST; in _ctl_diag_register_2()
2243 mpi_request->Function = MPI2_FUNCTION_DIAG_RELEASE; in mpt3sas_send_diag_release()
2498 mpi_request->Function = MPI2_FUNCTION_DIAG_BUFFER_POST; in _ctl_diag_read_buffer()
2961 if (mpi_request->Function != MPI2_FUNCTION_MCTP_PASSTHROUGH) { in mpt3sas_send_mctp_passthru_req()
2963 __func__, mpi_request->Function); in mpt3sas_send_mctp_passthru_req()