Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h179 #define AHCI_PORT_FLAG_POLLING 0x04 macro
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c1906 ahci_portp->ahciport_flags |= AHCI_PORT_FLAG_POLLING; in ahci_do_sync_start()
1909 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_POLLING; in ahci_do_sync_start()
1942 ahci_portp->ahciport_flags &= ~AHCI_PORT_FLAG_POLLING; in ahci_do_sync_start()
6617 if (ahci_portp->ahciport_flags & AHCI_PORT_FLAG_POLLING) { in ahci_port_intr()