Home
last modified time | relevance | path

Searched refs:working_request (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A 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 in sci_smp_remote_device_ready_cmd_substate_enter()
[all...]
H A Dremote_device.h77 * @working_request: SATA requests have no tag we for unaccelerated
103 struct isci_request *working_request; member
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_device.c528 status = sci_io_request_frame_handler(idev->working_request, frame_index); in sci_remote_device_frame_handler()
563 struct isci_request *ireq = idev->working_request; in atapi_remote_device_resume_done()
719 idev->working_request = ireq; in sci_remote_device_start_io()
757 idev->working_request = ireq; in sci_remote_device_start_io()
868 if (idev->working_request) in sci_remote_device_continue_request()
869 sci_controller_continue_io(idev->working_request); in sci_remote_device_continue_request()
912 idev->working_request = ireq; in sci_remote_device_start_task()
1136 idev->working_request = NULL; in sci_stp_remote_device_ready_idle_substate_enter()
1154 BUG_ON(idev->working_request == NULL); in sci_stp_remote_device_ready_cmd_substate_enter()
1183 BUG_ON(idev->working_request in sci_smp_remote_device_ready_cmd_substate_enter()
[all...]
H A Dremote_device.h77 * @working_request: SATA requests have no tag we for unaccelerated
103 struct isci_request *working_request; member
H A Drequest.c2062 ireq->target_device->working_request = ireq; in sci_io_request_frame_handler()
3017 ireq->target_device->working_request = ireq; in sci_stp_request_started_non_data_await_h2d_completion_enter()
3024 ireq->target_device->working_request = ireq; in sci_stp_request_started_pio_await_h2d_completion_enter()

Completed in 13 milliseconds