Searched refs:stop_handler (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dsci_base_phy.h172 * The stop_handler specifies the method invoked when there is an
175 SCI_BASE_PHY_HANDLER_T stop_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h180 * The stop_handler specifies the method invoked when a user attempts to
183 SCI_BASE_PORT_HANDLER_T stop_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_controller.h252 * The stop_handler specifies the method invoked when a user attempts to
255 SCI_BASE_CONTROLLER_TIMED_HANDLER_T stop_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h214 * The stop_handler specifies the method invoked when a user attempts to
217 SCI_BASE_REMOTE_DEVICE_HANDLER_T stop_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_domain_states.c416 fw_device->state_handlers->parent.stop_handler(&fw_device->parent);
H A Dscif_sas_remote_device_ready_substate_handlers.c219 return (fw_device->state_handlers->parent.stop_handler(&fw_device->parent));
H A Dscif_sas_controller.c226 stop_handler(&fw_controller->parent, timeout);
H A Dscic_sds_remote_device.c447 return this_device->state_handlers->parent.stop_handler(&this_device->parent);
H A Dscic_sds_controller.c1514 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent);
4029 if (this_controller->state_handlers->parent.stop_handler != NULL)
4031 status = this_controller->state_handlers->parent.stop_handler(
H A Dscic_sds_phy.c1595 return this_phy->state_handlers->parent.stop_handler(&this_phy->parent);

Completed in 185 milliseconds