Searched refs:next_wcmd (Results 1 – 1 of 1) sorted by relevance
8176 #define next_wcmd host_scribble macro8185 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;[all …]