Searched refs:issue_queue (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c687 SPRINTF("scsi%d: issue_queue\n", instance->host_no);
688 for (ptr = (Scsi_Cmnd *) hostdata->issue_queue; ptr; ptr = (Scsi_Cmnd *) ptr->host_scribble)
778 hostdata->issue_queue = NULL;
876 * cmd is added to the per instance issue_queue, with minor
935 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
936 LIST(cmd, hostdata->issue_queue);
937 cmd->host_scribble = (unsigned char *) hostdata->issue_queue;
938 hostdata->issue_queue = cmd;
940 for (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp->host_scribble; tmp = (Scsi_Cmnd *) tmp->host_scribble);
980 * Search through the issue_queue fo
[all...]
H A Datari_NCR5380.c697 SPRINTF("scsi%d: issue_queue\n", HOSTNO);
699 for (ptr = (Scsi_Cmnd *)hostdata->issue_queue; ptr; ptr = NEXT(ptr)) {
772 hostdata->issue_queue = NULL;
808 * cmd is added to the per instance issue_queue, with minor
890 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
891 LIST(cmd, hostdata->issue_queue);
892 SET_NEXT(cmd, hostdata->issue_queue);
893 hostdata->issue_queue = cmd;
895 for (tmp = (Scsi_Cmnd *)hostdata->issue_queue;
973 * Search through the issue_queue fo
[all...]
H A Dsun3_NCR5380.c682 SPRINTF("scsi%d: issue_queue\n", HOSTNO);
684 for (ptr = (struct scsi_cmnd *) hostdata->issue_queue; ptr; ptr = NEXT(ptr))
759 hostdata->issue_queue = NULL;
796 * cmd is added to the per instance issue_queue, with minor
877 if (!(hostdata->issue_queue) || (cmd->cmnd[0] == REQUEST_SENSE)) {
878 LIST(cmd, hostdata->issue_queue);
879 NEXT(cmd) = hostdata->issue_queue;
880 hostdata->issue_queue = cmd;
882 for (tmp = (struct scsi_cmnd *)hostdata->issue_queue;
961 * Search through the issue_queue fo
[all...]
H A DNCR5380.h264 volatile Scsi_Cmnd *issue_queue; /* waiting to be issued */ member in struct:NCR5380_hostdata
H A Dg_NCR5380.c805 if (hostdata->connected || hostdata->issue_queue || hostdata->disconnected_queue)
858 PRINTP("issue_queue\n");
860 for (ptr = (Scsi_Cmnd *) hostdata->issue_queue; ptr; ptr = (Scsi_Cmnd *) ptr->host_scribble)
H A Datari_scsi.c478 !hostdata->issue_queue && !hostdata->connected) {

Completed in 80 milliseconds