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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dsci_base_phy.h174 * The stop_handler specifies the method invoked when there is an
177 SCI_BASE_PHY_HANDLER_T stop_handler; member in struct:SCI_BASE_PHY_STATE_HANDLER
H A Dsci_base_port.h182 * The stop_handler specifies the method invoked when a user attempts to
185 SCI_BASE_PORT_HANDLER_T stop_handler; member in struct:SCI_BASE_PORT_STATE_HANDLER
H A Dsci_base_controller.h254 * The stop_handler specifies the method invoked when a user attempts to
257 SCI_BASE_CONTROLLER_TIMED_HANDLER_T stop_handler; member in struct:SCI_BASE_CONTROLLER_STATE_HANDLER
H A Dsci_base_remote_device.h216 * The stop_handler specifies the method invoked when a user attempts to
219 SCI_BASE_REMOTE_DEVICE_HANDLER_T stop_handler; member in struct:SCI_BASE_REMOTE_DEVICE_STATE_HANDLER
H A Dscif_sas_domain_states.c418 fw_device->state_handlers->parent.stop_handler(&fw_device->parent);
H A Dscif_sas_remote_device_ready_substate_handlers.c221 return (fw_device->state_handlers->parent.stop_handler(&fw_device->parent));
H A Dscif_sas_controller.c228 stop_handler(&fw_controller->parent, timeout);
H A Dscic_sds_remote_device.c449 return this_device->state_handlers->parent.stop_handler(&this_device->parent);
H A Dscic_sds_controller.c1516 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent);
4031 if (this_controller->state_handlers->parent.stop_handler != NULL)
4033 status = this_controller->state_handlers->parent.stop_handler(
H A Dscic_sds_phy.c1597 return this_phy->state_handlers->parent.stop_handler(&this_phy->parent);

Completed in 143 milliseconds