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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c259 SCIC_SDS_CONTROLLER_T *the_controller; local
271 the_controller = scic_sds_port_get_controller(this_device->owning_port);
278 the_controller,
1749 SCIC_SDS_CONTROLLER_T * the_controller = local
1752 the_controller->remote_device_sequence[this_device->rnc->remote_node_index]++;
1755 the_controller,
2464 SCIC_SDS_CONTROLLER_T * the_controller; local
2467 the_controller = scic_sds_remote_device_get_controller(this_device);
2476 the_controller,
2497 SCIC_SDS_CONTROLLER_T * the_controller; local
2542 SCIC_SDS_CONTROLLER_T * the_controller; local
[all...]
H A Dscic_sds_remote_node_context.c173 SCIC_SDS_CONTROLLER_T * the_controller; local
175 the_controller = scic_sds_remote_device_get_controller(this_rnc->device);
178 the_controller, this_rnc->remote_node_index);
210 the_controller->user_parameters.sds1.stp_max_occupancy_timeout;
212 the_controller->user_parameters.sds1.stp_inactivity_timeout;
217 the_controller->user_parameters.sds1.ssp_max_occupancy_timeout;
219 the_controller->user_parameters.sds1.ssp_inactivity_timeout;
H A Dscic_sds_request.c466 * @param[in] the_controller This parameter specifies the controller for which
482 SCIC_SDS_CONTROLLER_T * the_controller,
491 sci_base_object_get_logger(the_controller),
497 this_request->owning_controller = the_controller;
481 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 50 milliseconds