Searched refs:next_wcmd (Results 1 – 1 of 1) sorted by relevance
7979 #define next_wcmd host_scribble macro7988 cmd->next_wcmd = NULL;7991 while (wcmd->next_wcmd)7992 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;7993 wcmd->next_wcmd = (char *) cmd;8008 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;8009 wcmd->next_wcmd = NULL;8026 #undef next_wcmd