Man Page: ata_qc_complete_multiple
Operating Environment: centos
Section: 9
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. Always use this function when completing multiple NCQ commands from IRQ handlers instead of calling ata_qc_complete multiple times to keep IRQ expect status properly in sync.LOCKINGspin_lock_irqsave(host lock)RETURNSNumber of completed commands on success, -errno otherwise.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 ATA_QC_COMPLETE_MULT(9)
| Related Man Pages |
|---|
| ccw_device_start_key(9) - centos |
| struct_irq_chip(9) - centos |
| ata_scsi_translate(9) - suse |
| ata_slave_link_init(9) - suse |
| ccw_device_start_timeout_key(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |