Query: ata_qc_complete_multiple
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATA_QC_COMPLETE_MULT(9) libata Library ATA_QC_COMPLETE_MULT(9)NAMEata_qc_complete_multiple - Complete multiple qcs successfullySYNOPSISint ata_qc_complete_multiple(struct ata_port * ap, u32 qc_active);ARGUMENTSap port in question qc_active new qc_active maskDESCRIPTIONComplete in-flight commands. This functions is meant to be called from low-level driver's interrupt routine to complete requests normally. ap->qc_active and qc_active is compared and commands are completed accordingly.LOCKINGspin_lock_irqsave(host lock)RETURNSNumber of completed commands on success, -errno otherwise.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 ATA_QC_COMPLETE_MULT(9)