Searched refs:qabort (Results 1 – 2 of 2) sorted by relevance
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()[all …]
81 int qabort; /* Flag to cause an abort */ member