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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_controller.h306 * The complete_task_handler specifies the method invoked when a user
309 SCI_BASE_CONTROLLER_REQUEST_HANDLER_T complete_task_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_domain.h280 * The complete_task_handler specifies the method invoked when a user
283 SCI_BASE_DOMAIN_REQUEST_HANDLER_T complete_task_handler; member in struct:SCI_BASE_DOMAIN_STATE_HANDLER
H A Dsci_base_remote_device.h269 * The complete_task_handler specifies the method invoked when a user
272 SCI_BASE_REMOTE_DEVICE_REQUEST_HANDLER_T complete_task_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_controller_state_handlers.c926 fw_device->domain->state_handlers->complete_task_handler(
992 status = fw_device->domain->state_handlers->complete_task_handler(
H A Dscif_sas_domain_state_handlers.c413 return fw_device->state_handlers->parent.complete_task_handler(
H A Dscif_sas_controller.c392 return fw_controller->state_handlers->complete_task_handler(
H A Dscic_sds_controller.c4307 if (this_controller->state_handlers->parent.complete_task_handler != NULL)
4309 status = this_controller->state_handlers->parent.complete_task_handler(

Completed in 143 milliseconds