Searched refs:waiting_list (Results 1 – 1 of 1) sorted by relevance
1596 struct scsi_cmnd *waiting_list; /* Commands waiting for a CCB */ member4920 if (np->waiting_list) in ncr_complete()7989 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;7999 struct scsi_cmnd *waiting_list, *wcmd; local8001 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) waitin…8007 while ((wcmd = waiting_list) != NULL) {8008 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;