Home
last modified time | relevance | path

Searched refs:the_request (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_smp_remote_device.c169 SCIC_SDS_REQUEST_T * the_request; in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler() local
172 the_request = (SCIC_SDS_REQUEST_T *)request; in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler()
174 status = scic_sds_io_request_complete(the_request); in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler()
179 this_device->owning_port, this_device, the_request); in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler()
195 this_device, the_request, this_device->owning_port, status in scic_sds_smp_remote_device_ready_cmd_substate_complete_io_handler()
H A Dscic_sds_stp_remote_device.c95 SCIC_SDS_REQUEST_T * the_request = (SCIC_SDS_REQUEST_T *)request; in scic_sds_stp_remote_device_complete_request() local
98 status = scic_sds_io_request_complete(the_request); in scic_sds_stp_remote_device_complete_request()
103 this_device->owning_port, this_device, the_request in scic_sds_stp_remote_device_complete_request()
109 if (the_request->sci_status == SCI_FAILURE_REMOTE_DEVICE_RESET_REQUIRED) in scic_sds_stp_remote_device_complete_request()
136 this_device->owning_port, this_device, the_request, status in scic_sds_stp_remote_device_complete_request()
627 SCIC_SDS_REQUEST_T * the_request = (SCIC_SDS_REQUEST_T *)request; in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler() local
630 status = scic_sds_io_request_complete(the_request); in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler()
635 this_device->owning_port, this_device, the_request in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler()
648 this_device->owning_port, this_device, the_request, status in scic_sds_stp_remote_device_ready_await_reset_substate_complete_request_handler()
H A Dscic_sds_remote_node_context.c418 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_default_start_io_handler() argument
427 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine) in scic_sds_remote_node_context_default_start_io_handler()
436 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_default_start_task_handler() argument
445 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine) in scic_sds_remote_node_context_default_start_task_handler()
482 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_success_start_task_handler() argument
522 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_reset_required_start_io_handler() argument
531 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine) in scic_sds_remote_node_context_reset_required_start_io_handler()
797 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_ready_state_start_io_handler() argument
909 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_suspended_start_task_handler() argument
973 struct SCIC_SDS_REQUEST * the_request in scic_sds_remote_node_context_await_suspension_state_start_task_handler() argument
H A Dscic_sds_controller.c5819 SCIC_SDS_REQUEST_T *the_request; in scic_sds_controller_ready_state_start_io_handler() local
5823 the_request = (SCIC_SDS_REQUEST_T *)io_request; in scic_sds_controller_ready_state_start_io_handler()
5831 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_start_io_handler()
5871 SCIC_SDS_REQUEST_T *the_request; in scic_sds_controller_ready_state_complete_io_handler() local
5911 SCIC_SDS_REQUEST_T *the_request; in scic_sds_controller_ready_state_continue_io_handler() local
5917 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_continue_io_handler()
5976 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_start_task_handler()
5986 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_start_task_handler()
6881 SCIC_SDS_REQUEST_T *the_request; in scic_sds_abort_reqests() local
6899 if (the_request != NULL) in scic_sds_abort_reqests()
[all …]
H A Dscic_sds_remote_device.c1008 SCIC_SDS_REQUEST_T * the_request, in scic_sds_remote_device_start_request() argument
1018 this_device->owning_port, this_device, the_request in scic_sds_remote_device_start_request()
1996 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *)request; in scic_sds_remote_device_ready_state_complete_request_handler() local
1998 result = scic_sds_request_complete(the_request); in scic_sds_remote_device_ready_state_complete_request_handler()
2004 scic_sds_remote_device_get_port(this_device), this_device, the_request); in scic_sds_remote_device_ready_state_complete_request_handler()
H A Dscic_sds_remote_node_context.h107 struct SCIC_SDS_REQUEST * the_request
H A Dscic_sds_remote_device.h545 struct SCIC_SDS_REQUEST * the_request,