Searched refs:qabort (Results 1 – 1 of 1) sorted by relevance
138 static int qabort; /* Flag to cause an abort */ variable276 while (time_before(jiffies, i) && !qabort && !((k = inb(qbase + 4)) & 0xe0)) { in ql_wai()282 if (qabort) in ql_wai()283 return (qabort == 1 ? DID_ABORT : DID_RESET); in ql_wai()300 qabort = 0; in ql_icmd()392 if (qabort) { in ql_pcmd()394 return ((qabort == 1 ? DID_ABORT : DID_RESET) << 16); in ql_pcmd()410 while ( time_before(jiffies, k) && !qabort && !(inb(qbase + 4) & 6)); /* wait for status phase */ in ql_pcmd()416 if (qabort) in ql_pcmd()417 return ((qabort == 1 ? DID_ABORT : DID_RESET) << 16); in ql_pcmd()[all …]