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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h184 * The destruct_handler specifies the method invoked when attempting to
187 SCI_BASE_PHY_HANDLER_T destruct_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h186 * The destruct_handler specifies the method invoked when attempting to
189 SCI_BASE_PORT_HANDLER_T destruct_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_request.h180 * The destruct_handler specifies the method invoked when a user attempts to
183 SCI_BASE_REQUEST_HANDLER_T destruct_handler; member in struct:SCI_BASE_REQUEST_STATE_HANDLER
H A Dscic_sds_remote_node_context.h123 SCIC_SDS_REMOTE_NODE_CONTEXT_OPERATION destruct_handler; member in struct:_SCIC_SDS_REMOTE_NODE_CONTEXT_HANDLERS
354 ((rnc)->state_handlers->destruct_handler(rnc, callback, parameter))
H A Dsci_base_remote_device.h227 * The destruct_handler specifies the method invoked when attempting to
230 SCI_BASE_REMOTE_DEVICE_HANDLER_T destruct_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_remote_device_states.c144 = fw_device->state_handlers->parent.destruct_handler(
H A Dscif_sas_controller_state_handlers.c682 fw_io->parent.state_handlers->destruct_handler(&fw_io->parent.parent);
772 fw_io->parent.state_handlers->destruct_handler(&fw_io->parent.parent);
1003 fw_task->parent.state_handlers->destruct_handler(&fw_task->parent.parent);
H A Dscif_sas_remote_device.c351 return fw_device->state_handlers->parent.destruct_handler(
H A Dscic_sds_remote_device.c347 return this_device->state_handlers->parent.destruct_handler(&this_device->parent);

Completed in 315 milliseconds