/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_smp_remote_device.c | 84 SCIF_SAS_REMOTE_DEVICE_T * fw_device in scif_sas_smp_remote_device_clear() argument 89 fw_device->protocol_device.smp_device.current_activity = in scif_sas_smp_remote_device_clear() 92 fw_device->protocol_device.smp_device.current_smp_request = in scif_sas_smp_remote_device_clear() 95 fw_device->protocol_device.smp_device.current_activity_phy_index = 0; in scif_sas_smp_remote_device_clear() 97 fw_device->protocol_device.smp_device.curr_config_route_index = 0; in scif_sas_smp_remote_device_clear() 99 fw_device->protocol_device.smp_device.config_route_smp_phy_anchor = NULL; in scif_sas_smp_remote_device_clear() 101 fw_device->protocol_device.smp_device.is_route_table_cleaned = FALSE; in scif_sas_smp_remote_device_clear() 103 fw_device->protocol_device.smp_device.curr_config_route_destination_smp_phy = NULL; in scif_sas_smp_remote_device_clear() 105 fw_device->protocol_device.smp_device.scheduled_activity = in scif_sas_smp_remote_device_clear() 108 fw_device->protocol_device.smp_device.io_retry_count = 0; in scif_sas_smp_remote_device_clear() [all …]
|
H A D | scif_sas_remote_device.c | 98 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_remote_device_construct() local 114 fw_device->domain = fw_domain; in scif_remote_device_construct() 115 fw_device->destruct_when_stopped = FALSE; in scif_remote_device_construct() 117 fw_device->operation_status = SCI_SUCCESS; in scif_remote_device_construct() 118 fw_device->request_count = 0; in scif_remote_device_construct() 119 fw_device->task_request_count = 0; in scif_remote_device_construct() 120 fw_device->is_currently_discovered = TRUE; in scif_remote_device_construct() 121 fw_device->containing_device = NULL; in scif_remote_device_construct() 122 fw_device->device_port_width = 1; in scif_remote_device_construct() 123 fw_device->expander_phy_identifier = 0; in scif_remote_device_construct() [all …]
|
H A D | scif_sas_remote_device_states.c | 95 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_initial_state_enter() local 98 fw_device, in scif_sas_remote_device_initial_state_enter() 105 &fw_device->parent.state_machine, in scif_sas_remote_device_initial_state_enter() 128 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_stopped_state_enter() local 131 fw_device, in scif_sas_remote_device_stopped_state_enter() 138 ASSERT(fw_device->request_count == 0); in scif_sas_remote_device_stopped_state_enter() 142 if (fw_device->destruct_when_stopped == TRUE) in scif_sas_remote_device_stopped_state_enter() 143 fw_device->operation_status in scif_sas_remote_device_stopped_state_enter() 144 = fw_device->state_handlers->parent.destruct_handler( in scif_sas_remote_device_stopped_state_enter() 145 &fw_device->parent in scif_sas_remote_device_stopped_state_enter() [all …]
|
H A D | scif_sas_remote_device_state_handlers.c | 93 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_remote_device_stopped_start_handler() local 97 &fw_device->parent.state_machine, SCI_BASE_REMOTE_DEVICE_STATE_STARTING in scif_sas_remote_device_stopped_start_handler() 101 if (sci_base_state_machine_get_state(&fw_device->parent.state_machine) in scif_sas_remote_device_stopped_start_handler() 105 sci_base_object_get_logger(fw_device), in scif_sas_remote_device_stopped_start_handler() 108 fw_device->domain, fw_device, fw_device->operation_status in scif_sas_remote_device_stopped_start_handler() 112 return fw_device->operation_status; in scif_sas_remote_device_stopped_start_handler() 131 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_remote_device_stopped_destruct_handler() local 135 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_remote_device_stopped_destruct_handler() 139 scif_sas_smp_remote_device_removed(fw_device); in scif_sas_remote_device_stopped_destruct_handler() 141 status = scic_remote_device_destruct(fw_device->core_object); in scif_sas_remote_device_stopped_destruct_handler() [all …]
|
H A D | scif_sas_remote_device_ready_substate_handlers.c | 95 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_remote_device_start_task_request() argument 100 if (fw_device->ready_substate_machine.current_state_id in scif_sas_remote_device_start_task_request() 104 &fw_device->ready_substate_machine, in scif_sas_remote_device_start_task_request() 109 fw_device->request_count++; in scif_sas_remote_device_start_task_request() 110 fw_device->task_request_count++; in scif_sas_remote_device_start_task_request() 131 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_remote_device_ready_operational_not_ready_handler() argument 138 &fw_device->ready_substate_machine, in scif_sas_remote_device_ready_operational_not_ready_handler() 148 &fw_device->ready_substate_machine, in scif_sas_remote_device_ready_operational_not_ready_handler() 165 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_remote_device_ready_task_management_not_ready_handler() argument 187 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_remote_device_ready_operational_stop_handler() local [all …]
|
H A D | scif_sas_smp_remote_device.h | 226 struct SCIF_SAS_REMOTE_DEVICE * fw_device 230 struct SCIF_SAS_REMOTE_DEVICE * fw_device 234 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 241 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 246 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 251 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 256 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 261 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 266 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 271 struct SCIF_SAS_REMOTE_DEVICE * fw_device, [all …]
|
H A D | scif_sas_smp_io_request.c | 153 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_smp_request_build() argument 163 fw_device, in scif_sas_smp_request_build() 184 fw_device, in scif_sas_smp_request_build() 214 SCIF_SAS_REMOTE_DEVICE_T * fw_device in scif_sas_smp_request_construct_report_general() argument 230 sci_base_object_get_logger(fw_device), in scif_sas_smp_request_construct_report_general() 233 fw_device in scif_sas_smp_request_construct_report_general() 237 fw_controller, fw_device, &smp_report_general, NULL, NULL); in scif_sas_smp_request_construct_report_general() 251 SCIF_SAS_REMOTE_DEVICE_T * fw_device in scif_sas_smp_request_construct_report_manufacturer_info() argument 266 sci_base_object_get_logger(fw_device), in scif_sas_smp_request_construct_report_manufacturer_info() 269 fw_device in scif_sas_smp_request_construct_report_manufacturer_info() [all …]
|
H A D | scif_sas_remote_device_starting_substate_handlers.c | 95 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_remote_device_starting_state_general_stop_handler() local 99 sci_base_object_get_logger(fw_device), in scif_sas_remote_device_starting_state_general_stop_handler() 102 fw_device in scif_sas_remote_device_starting_state_general_stop_handler() 105 fw_device->domain->device_start_in_progress_count--; in scif_sas_remote_device_starting_state_general_stop_handler() 108 &fw_device->parent.state_machine, SCI_BASE_REMOTE_DEVICE_STATE_STOPPING in scif_sas_remote_device_starting_state_general_stop_handler() 134 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_remote_device_starting_await_complete_fail_handler() local 138 sci_base_object_get_logger(fw_device), in scif_sas_remote_device_starting_await_complete_fail_handler() 141 fw_device in scif_sas_remote_device_starting_await_complete_fail_handler() 145 &fw_device->parent.state_machine, SCI_BASE_REMOTE_DEVICE_STATE_FAILED in scif_sas_remote_device_starting_await_complete_fail_handler() 165 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_remote_device_starting_await_complete_not_ready_handler() argument [all …]
|
H A D | scif_sas_remote_device_ready_substates.c | 91 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_operational_substate_enter() local 94 fw_device, in scif_sas_remote_device_ready_operational_substate_enter() 100 sci_base_object_get_logger(fw_device), in scif_sas_remote_device_ready_operational_substate_enter() 103 fw_device->domain, fw_device in scif_sas_remote_device_ready_operational_substate_enter() 108 fw_device->domain->controller, fw_device->domain, fw_device in scif_sas_remote_device_ready_operational_substate_enter() 129 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_operational_substate_exit() local 133 fw_device->domain->controller, fw_device->domain, fw_device in scif_sas_remote_device_ready_operational_substate_exit() 153 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_suspended_substate_enter() local 156 fw_device, in scif_sas_remote_device_ready_suspended_substate_enter() 178 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_ready_taskmgmt_substate_enter() local [all …]
|
H A D | scif_sas_stp_remote_device.c | 110 SCIF_SAS_REMOTE_DEVICE_T * fw_device in scif_sas_stp_remote_device_allocate_ncq_tag() argument 117 sci_base_object_get_logger(fw_device), in scif_sas_stp_remote_device_allocate_ncq_tag() 120 fw_device in scif_sas_stp_remote_device_allocate_ncq_tag() 124 while ( (fw_device->protocol_device.stp_device.s_active & tag_mask) in scif_sas_stp_remote_device_allocate_ncq_tag() 125 && (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth) ) in scif_sas_stp_remote_device_allocate_ncq_tag() 132 if (ncq_tag < fw_device->protocol_device.stp_device.sati_device.ncq_depth) in scif_sas_stp_remote_device_allocate_ncq_tag() 135 sci_base_object_get_logger(fw_device), in scif_sas_stp_remote_device_allocate_ncq_tag() 138 fw_device, ncq_tag in scif_sas_stp_remote_device_allocate_ncq_tag() 141 fw_device->protocol_device.stp_device.s_active |= tag_mask; in scif_sas_stp_remote_device_allocate_ncq_tag() 146 sci_base_object_get_logger(fw_device), in scif_sas_stp_remote_device_allocate_ncq_tag() [all …]
|
H A D | scif_sas_smp_activity_clear_affiliation.c | 130 SCIF_SAS_REMOTE_DEVICE_T * fw_device in scif_sas_smp_remote_device_start_clear_affiliation() argument 134 &fw_device->protocol_device.smp_device; in scif_sas_smp_remote_device_start_clear_affiliation() 151 fw_device->protocol_device.smp_device.current_activity = in scif_sas_smp_remote_device_start_clear_affiliation() 155 fw_device->protocol_device.smp_device.current_smp_request = in scif_sas_smp_remote_device_start_clear_affiliation() 159 fw_device->protocol_device.smp_device.scheduled_activity = in scif_sas_smp_remote_device_start_clear_affiliation() 164 fw_device->domain->controller, in scif_sas_smp_remote_device_start_clear_affiliation() 165 fw_device, in scif_sas_smp_remote_device_start_clear_affiliation() 174 fw_device->domain->controller, in scif_sas_smp_remote_device_start_clear_affiliation() 176 fw_device->domain->controller in scif_sas_smp_remote_device_start_clear_affiliation() 180 scif_sas_smp_remote_device_finish_clear_affiliation(fw_device); in scif_sas_smp_remote_device_start_clear_affiliation() [all …]
|
H A D | scif_sas_io_request.c | 93 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_io_request_construct() argument 104 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_io_request_construct() 113 sci_base_object_get_logger(fw_device), in scif_sas_io_request_construct() 116 fw_device, fw_io, io_tag, user_io_request_object, scif_io_request, in scif_sas_io_request_construct() 127 fw_device, in scif_sas_io_request_construct() 128 sci_base_object_get_logger(fw_device), in scif_sas_io_request_construct() 133 fw_device->domain->controller->core_object, in scif_sas_io_request_construct() 134 fw_device->core_object, in scif_sas_io_request_construct() 158 if (!scic_remote_device_is_atapi(fw_device->core_object)) in scif_sas_io_request_construct() 242 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_io_request_construct() local [all …]
|
H A D | scif_sas_stp_task_request.c | 80 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_stp_core_cb_task_request_complete_handler() argument 92 fw_controller, fw_device, fw_request, *completion_status in scif_sas_stp_core_cb_task_request_complete_handler() 132 fw_device, fw_task); in scif_sas_stp_core_cb_task_request_complete_handler() 157 SCIF_SAS_REMOTE_DEVICE_T * fw_device = fw_task->parent.device; in scif_sas_stp_task_request_construct() local 170 &fw_device->protocol_device.stp_device.sati_device, in scif_sas_stp_task_request_construct() 211 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_stp_task_request_abort_task_set_failure_handler() argument 216 SCIF_SAS_DOMAIN_T * fw_domain = fw_device->domain; in scif_sas_stp_task_request_abort_task_set_failure_handler() 234 if ( pending_request->device == fw_device in scif_sas_stp_task_request_abort_task_set_failure_handler() 246 fw_device->core_object, in scif_sas_stp_task_request_abort_task_set_failure_handler() 255 fw_device, in scif_sas_stp_task_request_abort_task_set_failure_handler()
|
H A D | scif_sas_domain.c | 169 SCIF_SAS_REMOTE_DEVICE_T * fw_device; in scif_domain_get_device_by_sas_address() local 183 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_domain_get_device_by_sas_address() 187 fw_device->core_object, &fw_device_address in scif_domain_get_device_by_sas_address() 194 return fw_device; in scif_domain_get_device_by_sas_address() 358 SCIF_SAS_REMOTE_DEVICE_T * fw_device; in scic_cb_port_hard_reset_complete() local 377 fw_device = task_request->parent.device; in scic_cb_port_hard_reset_complete() 379 if (fw_device->domain == fw_domain) in scic_cb_port_hard_reset_complete() 381 scic_remote_device_reset_complete(fw_device->core_object); in scic_cb_port_hard_reset_complete() 385 fw_device, in scic_cb_port_hard_reset_complete() 617 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_domain_terminate_requests() argument [all …]
|
H A D | scif_sas_controller_state_handlers.c | 570 SCIF_SAS_REMOTE_DEVICE_T *fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_controller_ready_start_io_handler() local 580 status = fw_device->domain->state_handlers->start_io_handler( in scif_sas_controller_ready_start_io_handler() 581 &fw_device->domain->parent, remote_device, io_request in scif_sas_controller_ready_start_io_handler() 591 fw_device->core_object, in scif_sas_controller_ready_start_io_handler() 611 fw_device->domain->state_handlers->complete_io_handler( in scif_sas_controller_ready_start_io_handler() 612 &fw_device->domain->parent, remote_device, io_request in scif_sas_controller_ready_start_io_handler() 668 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_controller_ready_complete_io_handler() local 683 status = fw_device->domain->state_handlers->complete_io_handler( in scif_sas_controller_ready_complete_io_handler() 684 &fw_device->domain->parent, remote_device, io_request in scif_sas_controller_ready_complete_io_handler() 690 fw_device->core_object, in scif_sas_controller_ready_complete_io_handler() [all …]
|
H A D | scif_sas_domain_state_handlers.c | 214 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_domain_ready_start_io_handler() local 226 status = fw_device->state_handlers->parent.start_io_handler( in scif_sas_domain_ready_start_io_handler() 227 &fw_device->parent, &fw_request->parent in scif_sas_domain_ready_start_io_handler() 266 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_domain_ready_complete_io_handler() local 280 return fw_device->state_handlers->parent.complete_io_handler( in scif_sas_domain_ready_complete_io_handler() 281 &fw_device->parent, &fw_request->parent in scif_sas_domain_ready_complete_io_handler() 347 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_domain_ready_start_task_handler() local 359 status = fw_device->state_handlers->parent.start_task_handler( in scif_sas_domain_ready_start_task_handler() 360 &fw_device->parent, &fw_request->parent in scif_sas_domain_ready_start_task_handler() 399 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_domain_ready_complete_task_handler() local [all …]
|
H A D | scif_sas_task_request.c | 119 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_task_request_generic_construct() local 141 if (fw_device->containing_device != NULL ) in scif_sas_task_request_generic_construct() 146 fw_device->containing_device, in scif_sas_task_request_generic_construct() 148 fw_device->expander_phy_identifier, in scif_sas_task_request_generic_construct() 157 fw_device, in scif_sas_task_request_generic_construct() 174 fw_device, in scif_sas_task_request_generic_construct() 183 fw_device->core_object, in scif_sas_task_request_generic_construct() 201 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_task_request_generic_construct() 226 fw_device, fw_task, scif_sas_task_request_get_function(fw_task) in scif_sas_task_request_generic_construct() 315 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scic_cb_task_request_complete() local [all …]
|
H A D | scif_sas_smp_io_request.h | 86 struct SCIF_SAS_REMOTE_DEVICE * fw_device 91 struct SCIF_SAS_REMOTE_DEVICE * fw_device 96 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 104 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 110 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 119 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 127 struct SCIF_SAS_REMOTE_DEVICE * fw_device
|
H A D | scif_sas_remote_device_starting_substates.c | 90 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_starting_await_complete_substate_enter() local 93 fw_device, in scif_sas_remote_device_starting_await_complete_substate_enter() 98 fw_device->domain->device_start_in_progress_count++; in scif_sas_remote_device_starting_await_complete_substate_enter() 99 fw_device->domain->device_start_count++; in scif_sas_remote_device_starting_await_complete_substate_enter() 118 SCIF_SAS_REMOTE_DEVICE_T * fw_device = (SCIF_SAS_REMOTE_DEVICE_T *)object; in scif_sas_remote_device_starting_complete_substate_enter() local 121 fw_device, in scif_sas_remote_device_starting_complete_substate_enter()
|
H A D | scif_sas_domain_states.c | 379 SCIF_SAS_REMOTE_DEVICE_T * fw_device; in scif_sas_domain_stopping_state_enter() local 411 fw_device = (SCIF_SAS_REMOTE_DEVICE_T*) in scif_sas_domain_stopping_state_enter() 416 fw_device->state_handlers->parent.stop_handler(&fw_device->parent); in scif_sas_domain_stopping_state_enter() 544 SCIF_SAS_REMOTE_DEVICE_T * fw_device; in scif_sas_domain_discovering_state_enter() local 548 fw_device = (SCIF_SAS_REMOTE_DEVICE_T *) in scif_sas_domain_discovering_state_enter() 551 ASSERT(fw_device->parent.state_machine.current_state_id in scif_sas_domain_discovering_state_enter() 561 fw_domain->controller, fw_domain, fw_device in scif_sas_domain_discovering_state_enter() 566 fw_domain->controller, fw_domain, fw_device in scif_sas_domain_discovering_state_enter()
|
H A D | scif_sas_remote_device.h | 359 SCIF_SAS_REMOTE_DEVICE_T * fw_device, 364 SCIF_SAS_REMOTE_DEVICE_T * fw_device, 427 SCIF_SAS_REMOTE_DEVICE_T * fw_device, 432 SCIF_SAS_REMOTE_DEVICE_T * fw_device, 468 SCIF_SAS_REMOTE_DEVICE_T * fw_device 472 SCIF_SAS_REMOTE_DEVICE_T * fw_device, 490 SCIF_SAS_REMOTE_DEVICE_T * fw_device,
|
H A D | scif_sas_stp_remote_device.h | 96 struct SCIF_SAS_REMOTE_DEVICE * fw_device 100 struct SCIF_SAS_REMOTE_DEVICE * fw_device 104 struct SCIF_SAS_REMOTE_DEVICE * fw_device, 110 struct SCIF_SAS_REMOTE_DEVICE * fw_device,
|
H A D | scif_sas_stp_io_request.c | 193 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_stp_core_cb_io_request_complete_handler() argument 204 fw_controller, fw_device, fw_request, *completion_status in scif_sas_stp_core_cb_io_request_complete_handler() 254 fw_controller, fw_device, fw_request in scif_sas_stp_core_cb_io_request_complete_handler() 278 SCIF_SAS_REMOTE_DEVICE_T * fw_device, in scif_sas_stp_core_cb_packet_io_request_complete_handler() argument 290 fw_controller, fw_device, fw_request, *completion_status in scif_sas_stp_core_cb_packet_io_request_complete_handler() 360 SCIF_SAS_REMOTE_DEVICE_T * fw_device = fw_io->parent.device; in scif_sas_stp_io_request_construct() local 373 &fw_device->protocol_device.stp_device.sati_device, in scif_sas_stp_io_request_construct() 445 SCIF_SAS_REMOTE_DEVICE_T * fw_device = fw_io->parent.device; in scif_sas_stp_packet_io_request_construct() local 456 &fw_device->protocol_device.stp_device.sati_device, in scif_sas_stp_packet_io_request_construct()
|
H A D | scif_sas_sati_binding.h | 149 SCIF_SAS_REMOTE_DEVICE_T* fw_device = fw_request->device; \ 150 matching_req = scif_sas_stp_remote_device_get_request_by_ncq_tag(fw_device, ncq_tag); \ 156 SCIF_SAS_REMOTE_DEVICE_T* fw_device = fw_request->device; \ 157 SCIF_SAS_DOMAIN_T* fw_domain = fw_device->domain; \ 160 fw_controller, fw_device, fw_request, completion_status \
|
/freebsd/sys/dev/firewire/ |
H A D | fwmem.h | 38 struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t, 40 struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t, 42 struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t, 44 struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
|