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