Lines Matching refs:the_request

5819    SCIC_SDS_REQUEST_T       *the_request;
5823 the_request = (SCIC_SDS_REQUEST_T *)io_request;
5826 status = scic_sds_remote_device_start_io(this_controller, the_device, the_request);
5831 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request;
5835 scic_sds_request_get_post_context(the_request)
5871 SCIC_SDS_REQUEST_T *the_request;
5875 the_request = (SCIC_SDS_REQUEST_T *)io_request;
5879 this_controller, the_device, the_request);
5883 index = scic_sds_io_tag_get_index(the_request->io_tag);
5911 SCIC_SDS_REQUEST_T *the_request;
5913 the_request = (SCIC_SDS_REQUEST_T *)io_request;
5917 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request;
5921 scic_sds_request_get_post_context(the_request)
5963 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *)
5970 this_controller, the_device, the_request
5976 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request;
5980 scic_sds_request_get_post_context(the_request)
5986 scic_sds_io_tag_get_index(the_request->io_tag)] = the_request;
6024 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *)
6028 status = scic_sds_io_request_terminate(the_request);
6035 scic_sds_request_get_post_context(the_request)
6258 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *)
6261 return scic_sds_io_request_terminate(the_request);
6881 SCIC_SDS_REQUEST_T *the_request;
6897 the_request = controller->io_request_table[index];
6899 if (the_request != NULL)
6901 if (the_request->target_device == remote_device
6902 || the_request->target_device->owning_port == port
6907 the_request->target_device,
6908 the_request