Lines Matching refs:next_wcmd
8176 #define next_wcmd host_scribble macro
8185 cmd->next_wcmd = NULL;
8188 while (wcmd->next_wcmd)
8189 wcmd = (struct scsi_cmnd *) wcmd->next_wcmd;
8190 wcmd->next_wcmd = (char *) cmd;
8201 *pcmd = (struct scsi_cmnd *) cmd->next_wcmd;
8202 cmd->next_wcmd = NULL;
8209 pcmd = (struct scsi_cmnd **) &(*pcmd)->next_wcmd;
8225 waiting_list = (struct scsi_cmnd *) wcmd->next_wcmd;
8226 wcmd->next_wcmd = NULL;
8243 #undef next_wcmd