Lines Matching refs:waiting_list
1596 struct scsi_cmnd *waiting_list; /* Commands waiting for a CCB */
4920 if (np->waiting_list)
7989 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;
7999 struct scsi_cmnd *waiting_list, *wcmd;
8001 waiting_list = np->waiting_list;
8002 np->waiting_list = NULL;
8005 if (waiting_list) printk("%s: waiting_list=%lx processing sts=%d\n", ncr_name(np), (u_long) waiting_list, sts);
8007 while ((wcmd = waiting_list) != NULL) {
8008 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;