Lines Matching refs:the_request

5819    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()
5826 status = scic_sds_remote_device_start_io(this_controller, the_device, the_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()
5835 scic_sds_request_get_post_context(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
5875 the_request = (SCIC_SDS_REQUEST_T *)io_request; in scic_sds_controller_ready_state_complete_io_handler()
5879 this_controller, the_device, the_request); in scic_sds_controller_ready_state_complete_io_handler()
5883 index = scic_sds_io_tag_get_index(the_request->io_tag); in scic_sds_controller_ready_state_complete_io_handler()
5911 SCIC_SDS_REQUEST_T *the_request; in scic_sds_controller_ready_state_continue_io_handler() local
5913 the_request = (SCIC_SDS_REQUEST_T *)io_request; in scic_sds_controller_ready_state_continue_io_handler()
5917 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_continue_io_handler()
5921 scic_sds_request_get_post_context(the_request) in scic_sds_controller_ready_state_continue_io_handler()
5963 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) in scic_sds_controller_ready_state_start_task_handler() local
5970 this_controller, the_device, the_request in scic_sds_controller_ready_state_start_task_handler()
5976 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request; in scic_sds_controller_ready_state_start_task_handler()
5980 scic_sds_request_get_post_context(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()
6024 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) in scic_sds_controller_ready_state_terminate_request_handler() local
6028 status = scic_sds_io_request_terminate(the_request); in scic_sds_controller_ready_state_terminate_request_handler()
6035 scic_sds_request_get_post_context(the_request) in scic_sds_controller_ready_state_terminate_request_handler()
6258 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) in scic_sds_controller_failed_state_terminate_request_handler() local
6261 return scic_sds_io_request_terminate(the_request); in scic_sds_controller_failed_state_terminate_request_handler()
6881 SCIC_SDS_REQUEST_T *the_request; in scic_sds_abort_reqests() local
6897 the_request = controller->io_request_table[index]; in scic_sds_abort_reqests()
6899 if (the_request != NULL) in scic_sds_abort_reqests()
6901 if (the_request->target_device == remote_device in scic_sds_abort_reqests()
6902 || the_request->target_device->owning_port == port in scic_sds_abort_reqests()
6907 the_request->target_device, in scic_sds_abort_reqests()
6908 the_request in scic_sds_abort_reqests()