Home
last modified time | relevance | path

Searched refs:disconnected_queue (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/
Datari_NCR5380.c753 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; in NCR5380_print_status()
796 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; in NCR5380_show_info()
840 hostdata->disconnected_queue = NULL; in NCR5380_init()
907 !hostdata->disconnected_queue) { in NCR5380_queue_command_lck()
2286 LIST(cmd,hostdata->disconnected_queue); in NCR5380_information_transfer()
2287 SET_NEXT(cmd, hostdata->disconnected_queue); in NCR5380_information_transfer()
2289 hostdata->disconnected_queue = cmd; in NCR5380_information_transfer()
2551 for (tmp = (Scsi_Cmnd *) hostdata->disconnected_queue, prev = NULL; in NCR5380_reselect()
2564 REMOVE(-1, hostdata->disconnected_queue, tmp, NEXT(tmp)); in NCR5380_reselect()
2565 hostdata->disconnected_queue = NEXT(tmp); in NCR5380_reselect()
[all …]
Dsun3_NCR5380.c699 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; in NCR5380_print_status()
742 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; in NCR5380_show_info()
786 hostdata->disconnected_queue = NULL; in NCR5380_init()
857 !hostdata->disconnected_queue) { in NCR5380_queue_command_lck()
2246 LIST(cmd,hostdata->disconnected_queue); in NCR5380_information_transfer()
2247 SET_NEXT(cmd, hostdata->disconnected_queue); in NCR5380_information_transfer()
2249 hostdata->disconnected_queue = cmd; in NCR5380_information_transfer()
2497 for (tmp = (struct scsi_cmnd *) hostdata->disconnected_queue, prev = NULL; in NCR5380_reselect()
2508 REMOVE(-1, hostdata->disconnected_queue, tmp, NEXT(tmp)); in NCR5380_reselect()
2509 hostdata->disconnected_queue = NEXT(tmp); in NCR5380_reselect()
[all …]
DNCR5380.c757 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; ptr = (Scsi_Cmnd *) ptr->host_scribble) in NCR5380_show_info()
835 hostdata->disconnected_queue = NULL; in NCR5380_init()
2317 LIST(cmd, hostdata->disconnected_queue);
2319 hostdata->disconnected_queue;
2321 hostdata->disconnected_queue = cmd;
2565 …for (tmp = (Scsi_Cmnd *) hostdata->disconnected_queue, prev = NULL; tmp; prev = tmp, tmp = (Scsi_C…
2572 REMOVE(-1, hostdata->disconnected_queue, tmp, tmp->host_scribble);
2573 hostdata->disconnected_queue = (Scsi_Cmnd *) tmp->host_scribble;
2773 for (tmp = (Scsi_Cmnd *) hostdata->disconnected_queue; tmp; tmp = (Scsi_Cmnd *) tmp->host_scribble)
2783 …for (prev = (Scsi_Cmnd **) & (hostdata->disconnected_queue), tmp = (Scsi_Cmnd *) hostdata->disconn…
DNCR5380.h268 volatile Scsi_Cmnd *disconnected_queue; /* waiting for reconnect */ member
Dg_NCR5380.c828 if (hostdata->connected || hostdata->issue_queue || hostdata->disconnected_queue) in generic_NCR5380_show_info()
888 for (ptr = (Scsi_Cmnd *) hostdata->disconnected_queue; ptr; ptr = (Scsi_Cmnd *) ptr->host_scribble) in generic_NCR5380_show_info()
Datari_scsi.c505 if (falcon_got_lock && !hostdata->disconnected_queue && in falcon_release_lock_if_possible()