Lines Matching refs:scsi_cmnd
366 wd33c93_queuecommand_lck(struct scsi_cmnd *cmd, in wd33c93_queuecommand_lck()
367 void (*done)(struct scsi_cmnd *)) in wd33c93_queuecommand_lck() argument
370 struct scsi_cmnd *tmp; in wd33c93_queuecommand_lck()
444 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()
446 tmp = (struct scsi_cmnd *) tmp->host_scribble) ; in wd33c93_queuecommand_lck()
480 struct scsi_cmnd *cmd, *prev; in DEF_SCSI_QCMD()
493 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()
500 cmd = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
515 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
564 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
565 prev = (struct scsi_cmnd *) prev->host_scribble) { in DEF_SCSI_QCMD()
568 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
569 prev = (struct scsi_cmnd *) prev->host_scribble) in DEF_SCSI_QCMD()
721 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes()
798 struct scsi_cmnd *patch, *cmd; in wd33c93_intr()
812 cmd = (struct scsi_cmnd *) hostdata->connected; /* assume we're connected */ in wd33c93_intr()
852 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */ in wd33c93_intr()
885 (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1346 cmd = (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1440 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()
1446 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1465 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1565 wd33c93_host_reset(struct scsi_cmnd * SCpnt) in wd33c93_host_reset()
1603 wd33c93_abort(struct scsi_cmnd * cmd) in wd33c93_abort()
1608 struct scsi_cmnd *tmp, *prev; in wd33c93_abort()
1621 tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_abort()
1629 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_abort()
1640 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
1721 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()
1731 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
2126 struct scsi_cmnd *cmd; in wd33c93_show_info()
2166 cmd = (struct scsi_cmnd *) hd->connected; in wd33c93_show_info()
2173 cmd = (struct scsi_cmnd *) hd->input_Q; in wd33c93_show_info()
2177 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()
2182 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
2186 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()