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

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscic_sds_smp_remote_device.c169 SCIC_SDS_REQUEST_T * the_request; local
172 the_request = (SCIC_SDS_REQUEST_T *)request;
174 status = scic_sds_io_request_complete(the_request);
179 this_device->owning_port, this_device, the_request);
195 this_device, the_request, this_device->owning_port, status
H A Dscic_sds_stp_remote_device.c95 SCIC_SDS_REQUEST_T * the_request = (SCIC_SDS_REQUEST_T *)request; local
98 status = scic_sds_io_request_complete(the_request);
103 this_device->owning_port, this_device, the_request
109 if (the_request->sci_status == SCI_FAILURE_REMOTE_DEVICE_RESET_REQUIRED)
136 this_device->owning_port, this_device, the_request, status
627 SCIC_SDS_REQUEST_T * the_request = (SCIC_SDS_REQUEST_T *)request; local
630 status = scic_sds_io_request_complete(the_request);
635 this_device->owning_port, this_device, the_request
648 this_device->owning_port, this_device, the_request, status
H A Dscic_sds_remote_node_context.c418 struct SCIC_SDS_REQUEST * the_request
427 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine)
436 struct SCIC_SDS_REQUEST * the_request
445 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine)
474 * @param[in] the_request The request which is going to be started.
482 struct SCIC_SDS_REQUEST * the_request
522 struct SCIC_SDS_REQUEST * the_request
531 this_rnc, the_request, sci_base_state_machine_get_state(&this_rnc->state_machine)
789 * @param[in] the_request The request which is going to be started.
797 struct SCIC_SDS_REQUEST * the_request
[all...]
H A Dscic_sds_remote_node_context.h107 struct SCIC_SDS_REQUEST * the_request
H A Dscic_sds_controller.c5819 SCIC_SDS_REQUEST_T *the_request; local
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; local
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
5911 SCIC_SDS_REQUEST_T *the_request; local
5963 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) local
6024 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) local
6258 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *) local
6881 SCIC_SDS_REQUEST_T *the_request; local
[all...]
H A Dscic_sds_remote_device.c1008 SCIC_SDS_REQUEST_T * the_request,
1018 this_device->owning_port, this_device, the_request
1996 SCIC_SDS_REQUEST_T *the_request = (SCIC_SDS_REQUEST_T *)request; local
1998 result = scic_sds_request_complete(the_request);
2004 scic_sds_remote_device_get_port(this_device), this_device, the_request);
1006 scic_sds_remote_device_start_request( SCIC_SDS_REMOTE_DEVICE_T * this_device, SCIC_SDS_REQUEST_T * the_request, SCI_STATUS status ) argument
H A Dscic_sds_remote_device.h545 struct SCIC_SDS_REQUEST * the_request,

Completed in 172 milliseconds