Lines Matching defs:next_wcmd
8168 #define next_wcmd host_scribble
8177 cmd->next_wcmd = NULL;
8180 while (wcmd->next_wcmd)
8181 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;
8182 wcmd->next_wcmd = (char *) cmd;
8193 *pcmd = (struct scsi_cmnd *) cmd->next_wcmd;
8194 cmd->next_wcmd = NULL;
8201 pcmd = (struct scsi_cmnd **) &(*pcmd)->next_wcmd;
8217 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;
8218 wcmd->next_wcmd = NULL;
8235 #undef next_wcmd