Home
last modified time | relevance | path

Searched refs:SATA_EVNT_DEVICE_DETACHED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h731 #define SATA_EVNT_DEVICE_DETACHED 0x02 macro
/illumos-gate/usr/src/uts/common/sys/sata/impl/
H A Dsata.h423 SATA_EVNT_DEVICE_DETACHED | \
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c17891 if (event & SATA_EVNT_DEVICE_DETACHED) { in sata_hba_event_notify()
18272 if (event_flags & SATA_EVNT_DEVICE_DETACHED) { in sata_process_controller_events()
18489 if (event_flags & SATA_EVNT_DEVICE_DETACHED) { in sata_process_pmult_events()
19289 SATA_EVNT_DEVICE_DETACHED; in sata_process_port_link_events()
19503 SATA_EVNT_DEVICE_DETACHED; in sata_process_pmport_link_events()
19566 cportinfo->cport_event_flags &= ~SATA_EVNT_DEVICE_DETACHED; in sata_process_device_detached()
19749 pmportinfo->pmport_event_flags &= ~SATA_EVNT_DEVICE_DETACHED; in sata_process_pmdevice_detached()
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c5448 SATA_EVNT_DEVICE_DETACHED, in nv_monitor_reset()
5694 nv_port_state_change(nvp, SATA_EVNT_DEVICE_DETACHED, in nv_timeout()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c8064 SATA_EVNT_DEVICE_DETACHED); in ahci_intr_cold_port_detect()