Lines Matching refs:the_device

3288    SCIC_SDS_REMOTE_DEVICE_T * the_device  in scic_sds_controller_remote_device_started()  argument
3294 this_controller, the_device in scic_sds_controller_remote_device_started()
3304 the_device, in scic_sds_controller_remote_device_started()
3349 SCIC_SDS_REMOTE_DEVICE_T * the_device in scic_sds_controller_remote_device_stopped() argument
3355 this_controller, the_device in scic_sds_controller_remote_device_stopped()
3365 the_device, in scic_sds_controller_remote_device_stopped()
3525 SCIC_SDS_REMOTE_DEVICE_T * the_device, in scic_sds_controller_allocate_remote_node_context() argument
3530 U32 remote_node_count = scic_sds_remote_device_node_count(the_device); in scic_sds_controller_allocate_remote_node_context()
3538 this_controller->device_table[node_index] = the_device; in scic_sds_controller_allocate_remote_node_context()
3561 SCIC_SDS_REMOTE_DEVICE_T * the_device, in scic_sds_controller_free_remote_node_context() argument
3565 U32 remote_node_count = scic_sds_remote_device_node_count(the_device); in scic_sds_controller_free_remote_node_context()
3567 if (this_controller->device_table[node_id] == the_device) in scic_sds_controller_free_remote_node_context()
5820 SCIC_SDS_REMOTE_DEVICE_T *the_device; in scic_sds_controller_ready_state_start_io_handler() local
5824 the_device = (SCIC_SDS_REMOTE_DEVICE_T *)remote_device; in scic_sds_controller_ready_state_start_io_handler()
5826 status = scic_sds_remote_device_start_io(this_controller, the_device, the_request); in scic_sds_controller_ready_state_start_io_handler()
5872 SCIC_SDS_REMOTE_DEVICE_T *the_device; in scic_sds_controller_ready_state_complete_io_handler() local
5876 the_device = (SCIC_SDS_REMOTE_DEVICE_T *)remote_device; in scic_sds_controller_ready_state_complete_io_handler()
5879 this_controller, the_device, the_request); in scic_sds_controller_ready_state_complete_io_handler()
5965 SCIC_SDS_REMOTE_DEVICE_T *the_device = (SCIC_SDS_REMOTE_DEVICE_T *) in scic_sds_controller_ready_state_start_task_handler() local
5970 this_controller, the_device, the_request in scic_sds_controller_ready_state_start_task_handler()