Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c257 SCIC_SDS_CONTROLLER_T *the_controller; in scic_remote_device_ea_construct() local
269 the_controller = scic_sds_port_get_controller(this_device->owning_port); in scic_remote_device_ea_construct()
276 the_controller, in scic_remote_device_ea_construct()
1747 SCIC_SDS_CONTROLLER_T * the_controller = in scic_sds_remote_device_stopped_state_destruct_handler() local
1750 the_controller->remote_device_sequence[this_device->rnc->remote_node_index]++; in scic_sds_remote_device_stopped_state_destruct_handler()
1753 the_controller, in scic_sds_remote_device_stopped_state_destruct_handler()
2462 SCIC_SDS_CONTROLLER_T * the_controller; in scic_sds_remote_device_starting_state_enter() local
2465 the_controller = scic_sds_remote_device_get_controller(this_device); in scic_sds_remote_device_starting_state_enter()
2474 the_controller, in scic_sds_remote_device_starting_state_enter()
2495 SCIC_SDS_CONTROLLER_T * the_controller; in scic_sds_remote_device_ready_state_enter() local
[all …]
H A Dscic_sds_remote_node_context.c171 SCIC_SDS_CONTROLLER_T * the_controller; in scic_sds_remote_node_context_construct_buffer() local
173 the_controller = scic_sds_remote_device_get_controller(this_rnc->device); in scic_sds_remote_node_context_construct_buffer()
176 the_controller, this_rnc->remote_node_index); in scic_sds_remote_node_context_construct_buffer()
208 the_controller->user_parameters.sds1.stp_max_occupancy_timeout; in scic_sds_remote_node_context_construct_buffer()
210 the_controller->user_parameters.sds1.stp_inactivity_timeout; in scic_sds_remote_node_context_construct_buffer()
215 the_controller->user_parameters.sds1.ssp_max_occupancy_timeout; in scic_sds_remote_node_context_construct_buffer()
217 the_controller->user_parameters.sds1.ssp_inactivity_timeout; in scic_sds_remote_node_context_construct_buffer()
H A Dscic_sds_request.c480 SCIC_SDS_CONTROLLER_T * the_controller, in scic_sds_general_request_construct() argument
489 sci_base_object_get_logger(the_controller), in scic_sds_general_request_construct()
495 this_request->owning_controller = the_controller; in scic_sds_general_request_construct()