Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_stp_task_request.c218 SCIF_SAS_REQUEST_T * pending_request = NULL; in scif_sas_stp_task_request_abort_task_set_failure_handler() local
227 pending_request = in scif_sas_stp_task_request_abort_task_set_failure_handler()
234 if ( pending_request->device == fw_device in scif_sas_stp_task_request_abort_task_set_failure_handler()
235 && pending_request->is_waiting_for_abort_task_set == TRUE ) in scif_sas_stp_task_request_abort_task_set_failure_handler()
242 pending_request->is_waiting_for_abort_task_set = FALSE; in scif_sas_stp_task_request_abort_task_set_failure_handler()
247 pending_request->core_object in scif_sas_stp_task_request_abort_task_set_failure_handler()
256 pending_request, in scif_sas_stp_task_request_abort_task_set_failure_handler()
H A Dscif_sas_stp_remote_device.c190 SCIF_SAS_REQUEST_T * pending_request = NULL; in scif_sas_stp_remote_device_get_request_by_ncq_tag() local
197 pending_request = in scif_sas_stp_remote_device_get_request_by_ncq_tag()
205 (pending_request->device == fw_device) && in scif_sas_stp_remote_device_get_request_by_ncq_tag()
206 (pending_request->stp.sequence.protocol == SAT_PROTOCOL_FPDMA) && in scif_sas_stp_remote_device_get_request_by_ncq_tag()
207 (pending_request->stp.ncq_tag == ncq_tag) in scif_sas_stp_remote_device_get_request_by_ncq_tag()
210 matching_request = pending_request; in scif_sas_stp_remote_device_get_request_by_ncq_tag()
H A Dscif_sas_remote_device_ready_substates.c212 SCIF_SAS_REQUEST_T * pending_request = NULL; in scif_sas_remote_device_ready_ncq_error_substate_enter() local
245 pending_request = in scif_sas_remote_device_ready_ncq_error_substate_enter()
252 if (pending_request->device == fw_device) in scif_sas_remote_device_ready_ncq_error_substate_enter()
254 pending_request->is_waiting_for_abort_task_set = TRUE; in scif_sas_remote_device_ready_ncq_error_substate_enter()