Lines Matching refs:qabort
189 while (time_before(jiffies, i) && !priv->qabort &&
196 if (priv->qabort)
197 return (priv->qabort == 1 ? DID_ABORT : DID_RESET);
219 priv->qabort = 0;
315 if (priv->qabort) {
317 return ((priv->qabort == 1 ?
341 while (time_before(jiffies, k) && !priv->qabort &&
354 if (priv->qabort)
355 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16);
383 while (!priv->qabort && ((i & 0x20) != 0x20)) {
390 if (priv->qabort)
391 return ((priv->qabort == 1 ? DID_ABORT : DID_RESET) << 16);
494 priv->qabort = 1;
510 priv->qabort = 2;