Lines Matching refs:scsi_cmnd

365 static int wd33c93_queuecommand_lck(struct scsi_cmnd *cmd)  in wd33c93_queuecommand_lck()
368 struct scsi_cmnd *tmp; in wd33c93_queuecommand_lck()
440 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()
442 tmp = (struct scsi_cmnd *) tmp->host_scribble) ; in wd33c93_queuecommand_lck()
476 struct scsi_cmnd *cmd, *prev; in DEF_SCSI_QCMD()
489 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()
496 cmd = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
511 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
560 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
561 prev = (struct scsi_cmnd *) prev->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()
717 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes()
794 struct scsi_cmnd *patch, *cmd; in wd33c93_intr()
808 cmd = (struct scsi_cmnd *) hostdata->connected; /* assume we're connected */ in wd33c93_intr()
848 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */ in wd33c93_intr()
881 (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1345 cmd = (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1439 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()
1445 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1464 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1564 wd33c93_host_reset(struct scsi_cmnd * SCpnt) in wd33c93_host_reset()
1602 wd33c93_abort(struct scsi_cmnd * cmd) in wd33c93_abort()
1607 struct scsi_cmnd *tmp, *prev; in wd33c93_abort()
1620 tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_abort()
1628 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_abort()
1639 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
1720 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()
1730 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
2125 struct scsi_cmnd *cmd; in wd33c93_show_info()
2165 cmd = (struct scsi_cmnd *) hd->connected; in wd33c93_show_info()
2172 cmd = (struct scsi_cmnd *) hd->input_Q; in wd33c93_show_info()
2176 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()
2181 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
2185 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()