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