Lines Matching refs:cur_cmd
113 struct scsi_cmnd *cur_cmd;
209 fd->cur_cmd->result = result;
210 fd->cur_cmd->scsi_done(fd->cur_cmd);
211 fd->cur_cmd = NULL;
266 struct scsi_cmnd *cmd = fd->cur_cmd;
305 /* cur_cmd->SCp.phase == in_other: this is the body of the routine */
389 if (!fd->cur_cmd) /* Spurious interrupt */
411 fd->cur_cmd = cmd;
435 if (!fd->cur_cmd)
441 fd->cur_cmd->SCp.phase |= aborted;
442 fd->cur_cmd->result = DID_ABORT << 16;