Lines Matching refs:in_wq
874 * @in_wq: 1 if called from workqueue, 0 otherwise
879 * If @in_wq is zero, spin_lock_irqsave(host lock).
882 static void ata_hsm_qc_complete(struct ata_queued_cmd *qc, int in_wq)
886 if (in_wq) {
909 * @in_wq: 1 if called from workqueue, 0 otherwise
915 u8 status, int in_wq)
927 * in_wq is not equivalent to (qc->tf.flags & ATA_TFLAG_POLLING).
929 WARN_ON_ONCE(in_wq != ata_hsm_ok_in_wq(ap, qc));
1140 ata_hsm_qc_complete(qc, in_wq);
1149 ata_hsm_qc_complete(qc, in_wq);