Searched refs:wcmd (Results 1 – 4 of 4) sorted by relevance
194 struct iwm_wifi_cmd *wcmd, *wnext; in iwm_cmd_flush() local197 list_for_each_entry_safe(wcmd, wnext, &iwm->wifi_pending_cmd, pending) { in iwm_cmd_flush()198 list_del(&wcmd->pending); in iwm_cmd_flush()199 kfree(wcmd); in iwm_cmd_flush()
12 wcmd.o \
11 wcmd.o\
8184 struct scsi_cmnd *wcmd; local8190 if (!(wcmd = np->waiting_list)) np->waiting_list = cmd;8192 while (wcmd->next_wcmd)8193 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;8194 wcmd->next_wcmd = (char *) cmd;8220 struct scsi_cmnd *waiting_list, *wcmd; local8228 while ((wcmd = waiting_list) != NULL) {8229 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8230 wcmd->next_wcmd = NULL;8233 printk("%s: cmd %lx trying to requeue\n", ncr_name(np), (u_long) wcmd);[all …]