Home
last modified time | relevance | path

Searched refs:complete_task_handler (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_base_remote_device.h272 SCI_BASE_REMOTE_DEVICE_REQUEST_HANDLER_T complete_task_handler; member
H A Dsci_base_controller.h309 SCI_BASE_CONTROLLER_REQUEST_HANDLER_T complete_task_handler; member
H A Dsci_base_domain.h283 SCI_BASE_DOMAIN_REQUEST_HANDLER_T complete_task_handler; member
H A Dscif_sas_controller_state_handlers.c926 fw_device->domain->state_handlers->complete_task_handler( in scif_sas_controller_ready_start_task_handler()
992 status = fw_device->domain->state_handlers->complete_task_handler( in scif_sas_controller_ready_complete_task_handler()
H A Dscif_sas_controller.c392 return fw_controller->state_handlers->complete_task_handler( in scif_controller_complete_task()
H A Dscif_sas_domain_state_handlers.c413 return fw_device->state_handlers->parent.complete_task_handler( in scif_sas_domain_ready_complete_task_handler()
H A Dscic_sds_controller.c4307 if (this_controller->state_handlers->parent.complete_task_handler != NULL) in scic_controller_complete_task()
4309 status = this_controller->state_handlers->parent.complete_task_handler( in scic_controller_complete_task()