Lines Matching refs:qc
245 static void hpt3x2n_bmdma_stop(struct ata_queued_cmd *qc) in hpt3x2n_bmdma_stop() argument
247 struct ata_port *ap = qc->ap; in hpt3x2n_bmdma_stop()
256 ata_bmdma_stop(qc); in hpt3x2n_bmdma_stop()
311 static int hpt3x2n_qc_defer(struct ata_queued_cmd *qc) in hpt3x2n_qc_defer() argument
313 struct ata_port *ap = qc->ap; in hpt3x2n_qc_defer()
316 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_defer()
319 rc = ata_std_qc_defer(qc); in hpt3x2n_qc_defer()
328 static unsigned int hpt3x2n_qc_issue(struct ata_queued_cmd *qc) in hpt3x2n_qc_issue() argument
330 struct ata_port *ap = qc->ap; in hpt3x2n_qc_issue()
332 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_issue()
341 return ata_bmdma_qc_issue(qc); in hpt3x2n_qc_issue()