Searched refs:discon_q (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/dev/
H A Dncr5380reg.h223 static SC_REQ *discon_q = NULL; /* Commands disconnected */ variable
H A Dncr5380.c463 * claimed. If not, stop queueing new jobs so the discon_q
1189 reqp->next = discon_q;
1190 discon_q = reqp;
1291 for (tmp = discon_q, prev = NULL; tmp; prev = tmp, tmp = tmp->next){
1295 else discon_q = tmp->next;
1686 * None of the jobs in the discon_q will ever be reconnected,
1689 for (tmp = discon_q; tmp ;) {
1697 discon_q = NULL;
1978 for (tmp = discon_q; tmp; tmp = tmp->next)
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dncr5380reg.h222 static SC_REQ *discon_q = NULL; /* Commands disconnected */ variable
H A Dncr5380.c473 * the discon_q will be eventually drained and DMA
1215 reqp->next = discon_q;
1216 discon_q = reqp;
1316 for (tmp = discon_q, prev = NULL; tmp != NULL;
1322 discon_q = tmp->next;
1727 * None of the jobs in the discon_q will ever be reconnected,
1730 for (tmp = discon_q; tmp ;) {
1738 discon_q = NULL;
2052 for (tmp = discon_q; tmp; tmp = tmp->next)
H A Datari5380.c810 if (falcon_lock && (connected == NULL) && (discon_q == NULL)) {

Completed in 75 milliseconds