Searched refs:pendingQ (Results 1 – 2 of 2) sorted by relevance
1803 Q_INIT(&hd->pendingQ, MPT_DONE_Q); in mptscsih_detect()2663 Q_ADD_TAIL(&hd->pendingQ.head, buffer, MPT_DONE_Q); in mptscsih_qcmd()4051 if (!Q_IS_EMPTY(&hd->pendingQ)) { in mptscsih_search_pendingQ()4052 buffer = hd->pendingQ.head; in mptscsih_search_pendingQ()4068 } while ((buffer = buffer->forw) != (MPT_DONE_Q *) &hd->pendingQ); in mptscsih_search_pendingQ()4091 if (Q_IS_EMPTY(&hd->pendingQ)) { in post_pendingQ_commands()4096 buffer = hd->pendingQ.head; in post_pendingQ_commands()
939 DONE_Q_TRACKER pendingQ; /* Holds MPI formmatted requests */ member