tag | line | file | source code |
issue_queue | 681 | drivers/scsi/NCR5380.c | hostdata->issue_queue = NULL; |
issue_queue | 767 | drivers/scsi/NCR5380.c | if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) { |
issue_queue | 768 | drivers/scsi/NCR5380.c | cmd->host_scribble = (unsigned char *) hostdata->issue_queue; |
issue_queue | 769 | drivers/scsi/NCR5380.c | hostdata->issue_queue = cmd; |
issue_queue | 771 | drivers/scsi/NCR5380.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp->host_scribble; |
issue_queue | 830 | drivers/scsi/NCR5380.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue, |
issue_queue | 839 | drivers/scsi/NCR5380.c | hostdata->issue_queue = (Scsi_Cmnd *) tmp->host_scribble; |
issue_queue | 869 | drivers/scsi/NCR5380.c | hostdata->issue_queue; |
issue_queue | 870 | drivers/scsi/NCR5380.c | hostdata->issue_queue = tmp; |
issue_queue | 1640 | drivers/scsi/NCR5380.c | hostdata->issue_queue; |
issue_queue | 1641 | drivers/scsi/NCR5380.c | hostdata->issue_queue = (Scsi_Cmnd *) cmd; |
issue_queue | 2004 | drivers/scsi/NCR5380.c | for (prev = (Scsi_Cmnd **) &(hostdata->issue_queue), |
issue_queue | 2005 | drivers/scsi/NCR5380.c | tmp = (Scsi_Cmnd *) hostdata->issue_queue; |
issue_queue | 213 | drivers/scsi/NCR5380.h | volatile Scsi_Cmnd *issue_queue; /* waiting to be issued */ |