Lines Matching refs:scsi_cmnd

375 wd33c93_queuecommand_lck(struct scsi_cmnd *cmd,  in wd33c93_queuecommand_lck()
376 void (*done)(struct scsi_cmnd *)) in wd33c93_queuecommand_lck() argument
379 struct scsi_cmnd *tmp; in wd33c93_queuecommand_lck()
453 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()
455 tmp = (struct scsi_cmnd *) tmp->host_scribble) ; in wd33c93_queuecommand_lck()
489 struct scsi_cmnd *cmd, *prev; in DEF_SCSI_QCMD()
502 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()
509 cmd = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
524 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
573 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
574 prev = (struct scsi_cmnd *) prev->host_scribble) { in DEF_SCSI_QCMD()
577 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
578 prev = (struct scsi_cmnd *) prev->host_scribble) in DEF_SCSI_QCMD()
730 transfer_bytes(const wd33c93_regs regs, struct scsi_cmnd *cmd, in transfer_bytes()
807 struct scsi_cmnd *patch, *cmd; in wd33c93_intr()
821 cmd = (struct scsi_cmnd *) hostdata->connected; /* assume we're connected */ in wd33c93_intr()
861 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */ in wd33c93_intr()
894 (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1355 cmd = (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1449 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()
1455 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1474 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1574 wd33c93_host_reset(struct scsi_cmnd * SCpnt) in wd33c93_host_reset()
1610 wd33c93_abort(struct scsi_cmnd * cmd) in wd33c93_abort()
1615 struct scsi_cmnd *tmp, *prev; in wd33c93_abort()
1628 tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_abort()
1636 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_abort()
1647 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
1728 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()
1738 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
2132 struct scsi_cmnd *cmd; in wd33c93_show_info()
2172 cmd = (struct scsi_cmnd *) hd->connected; in wd33c93_show_info()
2179 cmd = (struct scsi_cmnd *) hd->input_Q; in wd33c93_show_info()
2183 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()
2188 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
2192 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()