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

/netbsd-current/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;
1685 * None of the jobs in the discon_q will ever be reconnected,
1688 for (tmp = discon_q; tmp ;) {
1696 discon_q = NULL;
1977 for (tmp = discon_q; tmp; tmp = tmp->next)
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h222 static SC_REQ *discon_q = NULL; /* Commands disconnected */ variable
H A Dncr5380.c471 * the discon_q will be eventually drained and DMA
1213 reqp->next = discon_q;
1214 discon_q = reqp;
1314 for (tmp = discon_q, prev = NULL; tmp != NULL;
1320 discon_q = tmp->next;
1724 * None of the jobs in the discon_q will ever be reconnected,
1727 for (tmp = discon_q; tmp ;) {
1735 discon_q = NULL;
2049 for (tmp = discon_q; tmp; tmp = tmp->next)
H A Datari5380.c806 if (falcon_lock && (connected == NULL) && (discon_q == NULL)) {

Completed in 130 milliseconds