ata_qc_complete(9) centos man page | unix.com

Man Page: ata_qc_complete

Operating Environment: centos

Section: 9

ATA_QC_COMPLETE(9)						  libata Library						ATA_QC_COMPLETE(9)

NAME
ata_qc_complete - Complete an active ATA command
SYNOPSIS
void ata_qc_complete(struct ata_queued_cmd * qc);
ARGUMENTS
qc Command to complete
DESCRIPTION
Indicate to the mid and upper layers that an ATA command has completed, with either an ok or not-ok status. Refrain from calling this function multiple times when successfully completing multiple NCQ commands. ata_qc_complete_multiple should be used instead, which will properly update IRQ expect state.
LOCKING
spin_lock_irqsave(host lock)
AUTHOR
Jeff Garzik Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ATA_QC_COMPLETE(9)
Related Man Pages
ata_slave_link_init(9) - suse
hv_ata_pci_disengage(4) - freebsd
ada(4) - centos
ada(4) - mojave
ada(4) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
Controlling user input
[TIP] Processing YAML files with yq