Home
last modified time | relevance | path

Searched refs:core_object (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/sys/dev/isci/scil/
H A Dscif_sas_io_request.c135 fw_device->domain->controller->core_object, in scif_sas_io_request_construct()
136 fw_device->core_object, in scif_sas_io_request_construct()
140 &fw_io->parent.core_object in scif_sas_io_request_construct()
297 (void *) fw_device->core_object, in scif_request_construct()
301 &fw_io->parent.core_object in scif_request_construct()
362 fw_io->parent.core_object = scic_io_request; in scif_io_request_construct_with_core()
366 sci_object_set_association(fw_io->parent.core_object, fw_io); in scif_io_request_construct_with_core()
399 return fw_io->parent.core_object; in scif_io_request_get_scic_handle()
738 fw_device->domain->controller->core_object, in scif_sas_io_request_construct_smp()
739 fw_device->core_object, in scif_sas_io_request_construct_smp()
[all …]
H A Dscif_sas_library.c124 fw_library->core_object = scic_library_construct( in scif_library_construct()
131 if (fw_library->core_object != SCI_INVALID_HANDLE) in scif_library_construct()
135 (SCI_OBJECT_HANDLE_T) fw_library->core_object, in scif_library_construct()
173 fw_library->core_object, &(fw_controller->core_object) in scif_library_allocate_controller()
214 fw_library->core_object, fw_controller->core_object in scif_library_free_controller()
253 return fw_library->core_object; in scif_library_get_scic_handle()
H A Dscif_sas_controller_state_handlers.c592 fw_controller->core_object, in scif_sas_controller_ready_start_io_handler()
593 fw_device->core_object, in scif_sas_controller_ready_start_io_handler()
594 fw_io->parent.core_object, in scif_sas_controller_ready_start_io_handler()
692 fw_device->core_object, in scif_sas_controller_ready_complete_io_handler()
693 fw_io->parent.core_object in scif_sas_controller_ready_complete_io_handler()
770 fw_device->core_object, in scif_sas_controller_ready_complete_high_priority_io_handler()
771 fw_io->parent.core_object in scif_sas_controller_ready_complete_high_priority_io_handler()
910 fw_device->core_object, in scif_sas_controller_ready_start_task_handler()
1010 fw_device->core_object, in scif_sas_controller_ready_complete_task_handler()
1079 fw_device->core_object, in scif_sas_controller_common_start_high_priority_io_handler()
[all …]
H A Dscif_sas_remote_device.c155 fw_domain->core_object, in scif_remote_device_construct()
157 &fw_device->core_object in scif_remote_device_construct()
163 sci_object_set_association(fw_device->core_object, fw_device); in scif_remote_device_construct()
192 scic_port_get_properties(fw_device->domain->core_object, &properties); in scif_remote_device_da_construct()
201 status = scic_remote_device_da_construct(fw_device->core_object); in scif_remote_device_da_construct()
308 if ( scic_remote_device_get_connection_rate(fw_device->core_object) != in scif_remote_device_ea_construct()
367 if ( (fw_device == NULL) || (fw_device->core_object == SCI_INVALID_HANDLE) ) in scif_remote_device_get_scic_handle()
377 return fw_device->core_object; in scif_remote_device_get_scic_handle()
463 scic_remote_device_get_protocols(fw_device->core_object, &protocols); in scif_remote_device_get_max_queue_depth()
615 scic_remote_device_reset(fw_device->core_object); in scif_sas_remote_device_target_reset()
[all …]
H A Dscif_sas_domain.c147 if ( (fw_domain == NULL) || (fw_domain->core_object == SCI_INVALID_HANDLE) ) in scif_domain_get_scic_port_handle()
157 return fw_domain->core_object; in scif_domain_get_scic_port_handle()
189 fw_device->core_object, &fw_device_address in scif_domain_get_device_by_sas_address()
383 scic_remote_device_reset_complete(fw_device->core_object); in scic_cb_port_hard_reset_complete()
572 fw_controller->core_object, domain_id, &fw_domain->core_object in scif_sas_domain_construct()
577 (SCI_OBJECT_HANDLE_T) fw_domain->core_object, fw_domain in scif_sas_domain_construct()
836 scic_remote_device_get_protocols(current_device->core_object, in scif_sas_domain_is_in_smp_activity()
971 scic_remote_device_get_protocols(current_device->core_object, in scif_sas_domain_find_device_has_scheduled_activity()
1247 scic_remote_device_get_protocols(current_device->core_object, in scif_sas_domain_cancel_smp_activities()
1289 protocol = scic_io_request_get_protocol(request->core_object); in scif_sas_domain_get_smp_request_count()
[all …]
H A Dscif_sas_controller.c111 sci_controller_get_memory_descriptor_list_handle(fw_controller->core_object) in scif_controller_construct()
119 fw_library->core_object, fw_controller->core_object, fw_controller in scif_controller_construct()
129 (SCI_OBJECT_HANDLE_T) fw_controller->core_object, fw_controller in scif_controller_construct()
180 return scic_controller_get_suggested_start_timeout(fw_controller->core_object); in scif_controller_get_suggested_start_timeout()
263 return fw_controller->core_object; in scif_controller_get_scic_handle()
495 return scic_controller_set_mode(fw_controller->core_object, mode); in scif_controller_set_mode()
642 fw_controller->core_object, coalesce_number, coalesce_timeout); in scif_controller_set_interrupt_coalescence()
657 scif_controller->core_object, coalesce_number, coalesce_timeout); in scif_controller_get_interrupt_coalescence()
680 fw_controller->core_object, in scif_sas_controller_save_interrupt_coalescence()
686 scic_controller_set_interrupt_coalescence(fw_controller->core_object,0,0); in scif_sas_controller_save_interrupt_coalescence()
[all …]
H A Dscif_sas_stp_task_request.c179 sci_status = scic_task_request_construct_sata(fw_task->parent.core_object); in scif_sas_stp_task_request_construct()
247 fw_domain->controller->core_object, in scif_sas_stp_task_request_abort_task_set_failure_handler()
248 fw_device->core_object, in scif_sas_stp_task_request_abort_task_set_failure_handler()
249 pending_request->core_object in scif_sas_stp_task_request_abort_task_set_failure_handler()
H A Dscif_sas_task_request.c184 fw_controller->core_object, in scif_sas_task_request_generic_construct()
185 fw_device->core_object, in scif_sas_task_request_generic_construct()
189 &fw_task->parent.core_object in scif_sas_task_request_generic_construct()
200 sci_object_set_association(fw_task->parent.core_object, fw_task); in scif_sas_task_request_generic_construct()
203 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_task_request_generic_construct()
205 status = scic_task_request_construct_ssp(fw_task->parent.core_object); in scif_sas_task_request_generic_construct()
H A Dscif_sas_remote_device_state_handlers.c137 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_remote_device_stopped_destruct_handler()
143 status = scic_remote_device_destruct(fw_device->core_object); in scif_sas_remote_device_stopped_destruct_handler()
804 fw_device->core_object, SCIF_SAS_REMOTE_DEVICE_CORE_OP_TIMEOUT); in scif_sas_remote_device_updating_port_width_state_complete_io_handler()
846 else if ( scic_remote_device_get_port_width(fw_device->core_object) in scif_sas_remote_device_updating_port_width_state_start_complete_handler()
851 fw_device->core_object, in scif_sas_remote_device_updating_port_width_state_start_complete_handler()
905 fw_device->core_object, in scif_sas_remote_device_updating_port_width_state_stop_complete_handler()
912 fw_device->core_object, SCIF_SAS_REMOTE_DEVICE_CORE_OP_TIMEOUT); in scif_sas_remote_device_updating_port_width_state_stop_complete_handler()
H A Dscif_sas_io_request_state_handlers.c229 fw_request->parent.device->domain->controller->core_object, in scif_sas_io_request_aborting_abort_handler()
230 fw_request->parent.device->core_object, in scif_sas_io_request_aborting_abort_handler()
231 fw_request->parent.core_object in scif_sas_io_request_aborting_abort_handler()
H A Dscif_sas_stp_io_request.c125 fis = scic_stp_io_request_get_h2d_reg_address(fw_io->parent.core_object); in scif_sas_stp_io_request_constructed_start_handler()
131 fw_io->parent.core_object, fw_io->parent.stp.ncq_tag in scif_sas_stp_io_request_constructed_start_handler()
383 sci_status = scic_io_request_construct_basic_sata(fw_io->parent.core_object); in scif_sas_stp_io_request_construct()
397 fw_io->parent.core_object, &parms in scif_sas_stp_io_request_construct()
466 sci_status = scic_io_request_construct_basic_sata(fw_io->parent.core_object); in scif_sas_stp_packet_io_request_construct()
H A Dscif_sas_request.c150 fw_request->device->domain->controller->core_object, in scif_sas_request_terminate_start()
151 fw_request->device->core_object, in scif_sas_request_terminate_start()
H A Dscif_sas_remote_device_states.c194 fw_device->core_object, in scif_sas_remote_device_starting_state_enter()
307 fw_device->core_object, in scif_sas_remote_device_stopping_state_enter()
445 fw_device->core_object, SCIF_SAS_REMOTE_DEVICE_CORE_OP_TIMEOUT); in scif_sas_remote_device_updating_port_width_state_enter()
H A Dscif_sas_remote_device_ready_substate_handlers.c409 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_remote_device_ready_operational_start_task_handler()
527 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols); in scif_sas_remote_device_ready_operational_start_high_priority_io_handler()
656 protocol = scic_io_request_get_protocol(fw_request->core_object); in scif_sas_remote_device_ready_task_management_complete_high_priority_io_handler()
H A Dscif_sas_library.h92 SCI_LIBRARY_HANDLE_T core_object; member
H A Dscif_sas_request.h198 SCI_IO_REQUEST_HANDLE_T core_object; member
H A Dscif_sas_domain_states.c335 scic_port_enable_broadcast_change_notification(fw_domain->core_object); in scif_sas_domain_ready_state_enter()
515 scic_port_get_properties(fw_domain->core_object, &properties); in scif_sas_domain_discovering_state_enter()
H A Dscif_sas_smp_io_request.c92 scic_io_request_get_command_iu_address(fw_request->core_object); in scif_sas_smp_request_construct()
100 scic_io_request_construct_smp(fw_request->core_object); in scif_sas_smp_request_construct()
H A Dscif_sas_task_request_states.c207 &fw_task->parent, fw_task->parent.core_object in scif_sas_task_request_aborting_state_enter()
H A Dscif_sas_io_request_states.c208 &fw_io->parent, fw_io->parent.core_object in scif_sas_io_request_aborting_state_enter()
H A Dscif_sas_controller.h115 SCI_CONTROLLER_HANDLE_T core_object; member
H A Dscif_sas_domain.h109 SCI_PORT_HANDLE_T core_object; member
H A Dscif_sas_smp_activity_clear_affiliation.c108 curr_smp_phy->u.end_device->core_object, &dev_protocols); in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
H A Dscif_sas_controller_states.c344 fw_controller->core_object in scif_sas_controller_resetting_state_enter()
H A Dscif_sas_remote_device.h201 SCI_REMOTE_DEVICE_HANDLE_T core_object; member

12