Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2013 if (NCQ_CMD_IN_PROGRESS(ahci_portp)) { in ahci_claim_free_slot()
2062 NCQ_CMD_IN_PROGRESS(ahci_portp) && in ahci_claim_free_slot()
2097 NCQ_CMD_IN_PROGRESS(ahci_portp), in ahci_claim_free_slot()
2621 else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) in ahci_tran_abort()
2657 else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) in ahci_tran_abort()
2687 else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) in ahci_tran_abort()
2744 } else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) { in ahci_reset_device_reject_pkts()
2790 else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) in ahci_reset_device_reject_pkts()
2839 } else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) { in ahci_reset_pmdevice_reject_pkts()
2885 else if (NCQ_CMD_IN_PROGRESS(ahci_portp)) in ahci_reset_pmdevice_reject_pkts()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h541 #define NCQ_CMD_IN_PROGRESS(ahci_portp) \ macro