Home
last modified time | relevance | path

Searched refs:working_request (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/scsi/isci/
Dremote_device.c527 status = sci_io_request_frame_handler(idev->working_request, frame_index); in sci_remote_device_frame_handler()
562 struct isci_request *ireq = idev->working_request; in atapi_remote_device_resume_done()
718 idev->working_request = ireq; in sci_remote_device_start_io()
756 idev->working_request = ireq; in sci_remote_device_start_io()
867 if (idev->working_request) in sci_remote_device_continue_request()
868 sci_controller_continue_io(idev->working_request); in sci_remote_device_continue_request()
911 idev->working_request = ireq; in sci_remote_device_start_task()
1135 idev->working_request = NULL; in sci_stp_remote_device_ready_idle_substate_enter()
1153 BUG_ON(idev->working_request == NULL); in sci_stp_remote_device_ready_cmd_substate_enter()
1182 BUG_ON(idev->working_request == NULL); in sci_smp_remote_device_ready_cmd_substate_enter()
[all …]
Dremote_device.h103 struct isci_request *working_request; member
Drequest.c2068 ireq->target_device->working_request = ireq; in sci_io_request_frame_handler()
3025 ireq->target_device->working_request = ireq; in sci_stp_request_started_non_data_await_h2d_completion_enter()
3032 ireq->target_device->working_request = ireq; in sci_stp_request_started_pio_await_h2d_completion_enter()