Searched refs:wcmd (Results 1 – 2 of 2) sorted by relevance
7 wcmd.o\
7983 struct scsi_cmnd *wcmd; local7989 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;7991 while (wcmd->next_wcmd)7992 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;7993 wcmd->next_wcmd = (char *) cmd;7999 struct scsi_cmnd *waiting_list, *wcmd; local8007 while ((wcmd = waiting_list) != NULL) {8008 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8009 wcmd->next_wcmd = NULL;8012 printk("%s: cmd %lx trying to requeue\n", ncr_name(np), (u_long) wcmd);[all …]