Home
last modified time | relevance | path

Searched refs:NV_HOTPLUG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h681 #define NV_HOTPLUG 0x080 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2401 if ((nvp->nvp_state & (NV_ATTACH|NV_HOTPLUG)) == 0) { in nv_reset()
5485 if (nvp->nvp_state & (NV_ATTACH|NV_HOTPLUG)) { in nv_monitor_reset()
5488 if (nvp->nvp_state & NV_HOTPLUG) { in nv_monitor_reset()
5509 nvp->nvp_state &= ~(NV_RESET|NV_ATTACH|NV_HOTPLUG); in nv_monitor_reset()
5570 nvp->nvp_state &= ~(NV_RESET|NV_ATTACH|NV_HOTPLUG); in nv_monitor_reset()
5750 nvp->nvp_state = NV_HOTPLUG; in nv_timeout()