Searched refs:the_controller (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c257 SCIC_SDS_CONTROLLER_T *the_controller; local
269 the_controller = scic_sds_port_get_controller(this_device->owning_port);
276 the_controller,
1747 SCIC_SDS_CONTROLLER_T * the_controller = local
1750 the_controller->remote_device_sequence[this_device->rnc->remote_node_index]++;
1753 the_controller,
2462 SCIC_SDS_CONTROLLER_T * the_controller; local
2465 the_controller = scic_sds_remote_device_get_controller(this_device);
2474 the_controller,
2495 SCIC_SDS_CONTROLLER_T * the_controller; local
2540 SCIC_SDS_CONTROLLER_T * the_controller; local
[all...]
H A Dscic_sds_remote_node_context.c171 SCIC_SDS_CONTROLLER_T * the_controller; local
173 the_controller = scic_sds_remote_device_get_controller(this_rnc->device);
176 the_controller, this_rnc->remote_node_index);
208 the_controller->user_parameters.sds1.stp_max_occupancy_timeout;
210 the_controller->user_parameters.sds1.stp_inactivity_timeout;
215 the_controller->user_parameters.sds1.ssp_max_occupancy_timeout;
217 the_controller->user_parameters.sds1.ssp_inactivity_timeout;
H A Dscic_sds_request.c464 * @param[in] the_controller This parameter specifies the controller for which
480 SCIC_SDS_CONTROLLER_T * the_controller,
489 sci_base_object_get_logger(the_controller),
495 this_request->owning_controller = the_controller;
479 scic_sds_general_request_construct( SCIC_SDS_CONTROLLER_T * the_controller, SCIC_SDS_REMOTE_DEVICE_T * the_target, U16 io_tag, void * user_io_request_object, SCIC_SDS_REQUEST_T * this_request ) argument

Completed in 213 milliseconds