Searched refs:wcmd (Results 1 – 4 of 4) sorted by relevance
7 wcmd.o\
82 uint32_t wcmd[NUM_CHANNELS]; member
8172 struct scsi_cmnd *wcmd; local8178 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;8180 while (wcmd->next_wcmd)8181 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;8182 wcmd->next_wcmd = (char *) cmd;8208 struct scsi_cmnd *waiting_list, *wcmd; local8216 while ((wcmd = waiting_list) != NULL) {8217 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8218 wcmd->next_wcmd = NULL;8221 printk("%s: cmd %lx trying to requeue\n", ncr_name(np), (u_long) wcmd);[all …]
1376 set_wcmd(ch, mt->wcmd[ch]); in restore_timings()2300 mt->wcmd[ch] = get_wcmd(ch); in store_timings()