Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/dev/
H A Dncr5380.c1213 reqp->next = discon_q; in handle_message()
1214 discon_q = reqp; in handle_message()
1314 for (tmp = discon_q, prev = NULL; tmp != NULL; in reselect()
1320 discon_q = tmp->next; in reselect()
1727 for (tmp = discon_q; tmp ;) { in scsi_reset()
1735 discon_q = NULL; in scsi_reset()
2049 for (tmp = discon_q; tmp; tmp = tmp->next) in scsi_show()
H A Dncr5380reg.h222 static SC_REQ *discon_q = NULL; /* Commands disconnected */ variable
H A Datari5380.c806 if (falcon_lock && (connected == NULL) && (discon_q == NULL)) { in falcon_reconsider_dma()
/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380.c1189 reqp->next = discon_q; in handle_message()
1190 discon_q = reqp; in handle_message()
1291 for (tmp = discon_q, prev = NULL; tmp; prev = tmp, tmp = tmp->next){ in reselect()
1295 else discon_q = tmp->next; in reselect()
1688 for (tmp = discon_q; tmp ;) { in scsi_reset()
1696 discon_q = NULL; in scsi_reset()
1977 for (tmp = discon_q; tmp; tmp = tmp->next) in scsi_show()
H A Dncr5380reg.h223 static SC_REQ *discon_q = NULL; /* Commands disconnected */ variable