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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_remote_node_context.h148 SCIC_SDS_REMOTE_NODE_CONTEXT_IO_REQUEST start_task_handler; member in struct:_SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS
360 ((rnc)->state_handlers->start_task_handler(rnc, task))
H A Dsci_base_controller.h300 * The start_task_handler specifies the method invoked when a user
303 SCI_BASE_CONTROLLER_START_REQUEST_HANDLER_T start_task_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_domain.h274 * The start_task_handler specifies the method invoked when a user
277 SCI_BASE_DOMAIN_REQUEST_HANDLER_T start_task_handler; member in struct:SCI_BASE_DOMAIN_STATE_HANDLER
H A Dsci_base_remote_device.h263 * The start_task_handler specifies the method invoked when a user
266 SCI_BASE_REMOTE_DEVICE_REQUEST_HANDLER_T start_task_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_controller.c330 status = fw_controller->state_handlers->start_task_handler(
H A Dscif_sas_domain_state_handlers.c359 status = fw_device->state_handlers->parent.start_task_handler(
H A Dscic_sds_remote_device.c860 return this_device->state_handlers->parent.start_task_handler(
H A Dscif_sas_controller_state_handlers.c887 status = fw_device->domain->state_handlers->start_task_handler(
H A Dscic_sds_controller.c4267 if (this_controller->state_handlers->parent.start_task_handler != NULL)
4269 status = this_controller->state_handlers->parent.start_task_handler(

Completed in 138 milliseconds