Searched refs:wcmd (Results 1 – 1 of 1) sorted by relevance
7984 struct scsi_cmnd *wcmd; local7990 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;7992 while (wcmd->next_wcmd)7993 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;7994 wcmd->next_wcmd = (char *) cmd;8000 struct scsi_cmnd *waiting_list, *wcmd; local8008 while ((wcmd = waiting_list) != NULL) {8009 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8010 wcmd->next_wcmd = NULL;8013 printk("%s: cmd %lx trying to requeue\n", ncr_name(np), (u_long) wcmd);[all …]