Searched refs:AHCI_PORT_IMPLEMENTED (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 3007 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_reset_hba_reject_pkts() 3044 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_reset_hba_reject_pkts() 3605 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) in ahci_check_all_handle() 3699 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_alloc_ports_state() 3719 if (AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_alloc_ports_state() 3739 if (AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) in ahci_dealloc_ports_state() 3755 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_drain_ports_taskq() 3793 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_initialize_controller() 3849 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_uninitialize_controller() 5761 if (!AHCI_PORT_IMPLEMENTED(ahci_ctlp, port)) { in ahci_hba_reset() [all …]
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/ |
H A D | ahcireg.h | 150 #define AHCI_PORT_IMPLEMENTED(ahci_ctlp, port) \ macro
|