Lines Matching defs:qc_active
264 u32 qc_active;
1727 pp->qc_active = 0;
1754 ata_port_err(ap, "EH in SWNCQ mode,QC:qc_active 0x%llX sactive 0x%X\n",
1755 ap->qc_active, ap->link.sactive);
1757 "SWNCQ:qc_active 0x%X defer_bits 0x%X last_issue_tag 0x%x\n "
1759 pp->qc_active, pp->defer_queue.defer_bits, pp->last_issue_tag,
1767 done_mask = pp->qc_active ^ sactive;
1772 if (pp->qc_active & (1 << i))
2009 pp->qc_active |= (0x1 << qc->hw_tag);
2027 if (!pp->qc_active)
2085 done_mask = pp->qc_active ^ sactive;
2087 pp->qc_active &= ~done_mask;
2093 if (!ap->qc_active) {
2099 if (pp->qc_active & pp->dhfis_bits)
2103 (pp->qc_active ^ pp->dhfis_bits))
2109 ata_port_dbg(ap, "QC: qc_active 0x%llx,"
2110 "SWNCQ:qc_active 0x%X defer_bits %X "
2112 ap->qc_active, pp->qc_active,
2196 if (!pp->qc_active)
2222 ata_port_dbg(ap, "SWNCQ: qc_active 0x%X "
2224 pp->qc_active, pp->dhfis_bits,