Query: ata_qc_issue
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_QC_ISSUE(9) libata Core Internals ATA_QC_ISSUE(9)NAMEata_qc_issue - issue taskfile to deviceSYNOPSISvoid ata_qc_issue(struct ata_queued_cmd * qc);ARGUMENTSqc command to issue to deviceDESCRIPTIONPrepare an ATA command to submission to device. This includes mapping the data into a DMA-able area, filling in the S/G table, and finally writing the taskfile to hardware, starting the command.LOCKINGspin_lock_irqsave(host lock)AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_QC_ISSUE(9)