ata_qc_complete_multiple — Complete multiple qcs successfully
port in question
new qc_active mask
Complete 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.
spin_lock_irqsave(host lock)
Number of completed commands on success, -errno otherwise.