Searched refs:next_wcmd (Results 1 – 1 of 1) sorted by relevance
7980 #define next_wcmd host_scribble macro7989 cmd->next_wcmd = NULL;7992 while (wcmd->next_wcmd)7993 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;7994 wcmd->next_wcmd = (char *) cmd;8009 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8010 wcmd->next_wcmd = NULL;8027 #undef next_wcmd