Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h615 extern uint32_t ahci_debug_flags;
620 if (ahci_debug_flags & (flag)) { \
632 if (ahci_debug_flags & (flag)) { \
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c483 uint32_t ahci_debug_flags = 0; variable
485 uint32_t ahci_debug_flags = (AHCIDBG_ERRS|AHCIDBG_TIMEOUT); variable
2438 if (ahci_debug_flags & AHCIDBG_ATACMD && in ahci_deliver_satapkt()
2440 ahci_debug_flags & AHCIDBG_ATAPICMD && in ahci_deliver_satapkt()
2462 if (ahci_debug_flags & AHCIDBG_ATAPICMD) in ahci_deliver_satapkt()
8820 if (ahci_debug_flags & AHCIDBG_ERRS) { in ahci_mop_commands()
10336 ahci_debug_flags = 0; in ahci_quiesce()