Home
last modified time | relevance | path

Searched refs:start_task_handler (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h148 SCIC_SDS_REMOTE_NODE_CONTEXT_IO_REQUEST start_task_handler; member
360 ((rnc)->state_handlers->start_task_handler(rnc, task))
H A Dsci_base_remote_device.h266 SCI_BASE_REMOTE_DEVICE_REQUEST_HANDLER_T start_task_handler; member
H A Dsci_base_controller.h303 SCI_BASE_CONTROLLER_START_REQUEST_HANDLER_T start_task_handler; member
H A Dsci_base_domain.h277 SCI_BASE_DOMAIN_REQUEST_HANDLER_T start_task_handler; member
H A Dscif_sas_controller.c330 status = fw_controller->state_handlers->start_task_handler( in scif_controller_start_task()
H A Dscif_sas_domain_state_handlers.c359 status = fw_device->state_handlers->parent.start_task_handler( in scif_sas_domain_ready_start_task_handler()
H A Dscif_sas_controller_state_handlers.c887 status = fw_device->domain->state_handlers->start_task_handler( in scif_sas_controller_ready_start_task_handler()
H A Dscic_sds_remote_device.c860 return this_device->state_handlers->parent.start_task_handler( in scic_sds_remote_device_start_task()
H A Dscic_sds_controller.c4267 if (this_controller->state_handlers->parent.start_task_handler != NULL) in scic_controller_start_task()
4269 status = this_controller->state_handlers->parent.start_task_handler( in scic_controller_start_task()