Searched refs:NCQ_CMD_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance
2013 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 …]
541 #define NCQ_CMD_IN_PROGRESS(ahci_portp) \ macro