Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_base_phy.h175 SCI_BASE_PHY_HANDLER_T stop_handler; member
H A Dsci_base_port.h183 SCI_BASE_PORT_HANDLER_T stop_handler; member
H A Dsci_base_remote_device.h217 SCI_BASE_REMOTE_DEVICE_HANDLER_T stop_handler; member
H A Dsci_base_controller.h255 SCI_BASE_CONTROLLER_TIMED_HANDLER_T stop_handler; member
H A Dscif_sas_domain_states.c416 fw_device->state_handlers->parent.stop_handler(&fw_device->parent); in scif_sas_domain_stopping_state_enter()
H A Dscif_sas_remote_device_ready_substate_handlers.c219 return (fw_device->state_handlers->parent.stop_handler(&fw_device->parent)); in scif_sas_remote_device_ready_operational_destruct_handler()
H A Dscif_sas_controller.c226 stop_handler(&fw_controller->parent, timeout); in scif_controller_stop()
H A Dscic_sds_remote_device.c447 return this_device->state_handlers->parent.stop_handler(&this_device->parent); in scic_remote_device_stop()
H A Dscic_sds_controller.c1514 state_handlers->parent.stop_handler(&this_controller->port_table[index].parent); in scic_sds_controller_stop_ports()
4029 if (this_controller->state_handlers->parent.stop_handler != NULL) in scic_controller_stop()
4031 status = this_controller->state_handlers->parent.stop_handler( in scic_controller_stop()
H A Dscic_sds_phy.c1595 return this_phy->state_handlers->parent.stop_handler(&this_phy->parent); in scic_phy_stop()