Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_base_phy.h181 SCI_BASE_PHY_HANDLER_T reset_handler; member
H A Dsci_base_port.h195 SCI_BASE_PORT_RESET_HANDLER_T reset_handler; member
H A Dsci_base_remote_device.h236 SCI_BASE_REMOTE_DEVICE_HANDLER_T reset_handler; member
H A Dsci_base_controller.h261 SCI_BASE_CONTROLLER_HANDLER_T reset_handler; member
H A Dscif_sas_controller.c250 reset_handler(&fw_controller->parent); in scif_controller_reset()
H A Dscic_sds_remote_device.c474 return this_device->state_handlers->parent.reset_handler(&this_device->parent); in scic_remote_device_reset()
H A Dscic_sds_port.c1009 return this_port->state_handlers->parent.reset_handler( in scic_port_hard_reset()
H A Dscic_sds_phy.c1026 return this_phy->state_handlers->parent.reset_handler( in scic_sds_phy_reset()
H A Dscic_sds_controller.c4066 if (this_controller->state_handlers->parent.reset_handler != NULL) in scic_controller_reset()
4068 status = this_controller->state_handlers->parent.reset_handler( in scic_controller_reset()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpm.c60 reset_handler(struct vmctx *ctx __unused, int in, in reset_handler() function
82 INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);