tag | line | file | source code |
issue_queue | 618 | drivers/scsi/53c7,8xx.c | hostdata->issue_queue = hostdata->running_list = |
issue_queue | 2866 | drivers/scsi/53c7,8xx.c | for (tmp = (struct NCR53c7x0_cmd *) hostdata->issue_queue; |
issue_queue | 3783 | drivers/scsi/53c7,8xx.c | for (curr = (volatile struct NCR53c7x0_cmd *) hostdata->issue_queue, |
issue_queue | 3784 | drivers/scsi/53c7,8xx.c | prev = (volatile struct NCR53c7x0_cmd **) &(hostdata->issue_queue); |
issue_queue | 1237 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *issue_queue; |
issue_queue | 736 | drivers/scsi/NCR5380.c | for (ptr = (Scsi_Cmnd *) hostdata->issue_queue; ptr; |
issue_queue | 793 | drivers/scsi/NCR5380.c | hostdata->issue_queue = NULL; |
issue_queue | 885 | drivers/scsi/NCR5380.c | if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) { |
issue_queue | 886 | drivers/scsi/NCR5380.c | cmd->host_scribble = (unsigned char *) hostdata->issue_queue; |
issue_queue | 887 | drivers/scsi/NCR5380.c | hostdata->issue_queue = cmd; |
issue_queue | 889 | drivers/scsi/NCR5380.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp->host_scribble; |
issue_queue | 948 | drivers/scsi/NCR5380.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue, |
issue_queue | 957 | drivers/scsi/NCR5380.c | hostdata->issue_queue = (Scsi_Cmnd *) tmp->host_scribble; |
issue_queue | 987 | drivers/scsi/NCR5380.c | hostdata->issue_queue; |
issue_queue | 988 | drivers/scsi/NCR5380.c | hostdata->issue_queue = tmp; |
issue_queue | 2134 | drivers/scsi/NCR5380.c | hostdata->issue_queue; |
issue_queue | 2135 | drivers/scsi/NCR5380.c | hostdata->issue_queue = (Scsi_Cmnd *) cmd; |
issue_queue | 2633 | drivers/scsi/NCR5380.c | for (prev = (Scsi_Cmnd **) &(hostdata->issue_queue), |
issue_queue | 2634 | drivers/scsi/NCR5380.c | tmp = (Scsi_Cmnd *) hostdata->issue_queue; |
issue_queue | 254 | drivers/scsi/NCR5380.h | volatile Scsi_Cmnd *issue_queue; /* waiting to be issued */ |