Home
last modified time | relevance | path

Searched refs:SATA_CTLF_HOTPLUG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h671 #define SATA_CTLF_HOTPLUG 0x020 /* Hotplug support */ macro
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c19230 SATA_CTLF_HOTPLUG)) { in sata_process_port_link_events()
19261 if (!(SATA_FEATURES(sata_hba_inst) & SATA_CTLF_HOTPLUG)) { in sata_process_port_link_events()
19444 SATA_CTLF_HOTPLUG)) { in sata_process_pmport_link_events()
19475 if (!(SATA_FEATURES(sata_hba_inst) & SATA_CTLF_HOTPLUG)) { in sata_process_pmport_link_events()
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2718 SATA_CTLF_HOTPLUG | SATA_CTLF_ASN | SATA_CTLF_ATAPI; in nv_init_ctl()