ata_hsm_qc_complete(9)
NAME
ata_hsm_qc_complete - finish a qc running on standard HSM
SYNOPSIS
void ata_hsm_qc_complete(struct ata_queued_cmd * qc, int in_wq);
ARGUMENTS
- qc
- Command to complete
- in_wq
- 1 if called from workqueue, 0 otherwise
DESCRIPTION
Finish qc which is running on standard HSM.
LOCKING
- If in_wq is zero, spin_lock_irqsave(host_set lock). Other
- wise, none on entry and grabs host lock.
AUTHOR
- Jeff Garzik
- Author.