Lines Matching refs:qabort
194 while (time_before(jiffies, i) && !priv->qabort && in ql_wai()
201 if (priv->qabort) in ql_wai()
202 return (priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_wai()
224 priv->qabort = 0; in ql_icmd()
322 if (priv->qabort) { in ql_pcmd()
325 priv->qabort == 1 ? in ql_pcmd()
351 while (time_before(jiffies, k) && !priv->qabort && in ql_pcmd()
365 if (priv->qabort) { in ql_pcmd()
367 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
401 while (!priv->qabort && ((i & 0x20) != 0x20)) { in ql_pcmd()
408 if (priv->qabort) { in ql_pcmd()
410 priv->qabort == 1 ? DID_ABORT : DID_RESET); in ql_pcmd()
521 priv->qabort = 1; in qlogicfas408_abort()
537 priv->qabort = 2; in qlogicfas408_host_reset()