• Home
  • Raw
  • Download

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()
1349 cmd = (struct scsi_cmnd *) hostdata->selecting; in wd33c93_intr()
1443 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()
1449 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1468 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_intr()
1568 wd33c93_host_reset(struct scsi_cmnd * SCpnt) in wd33c93_host_reset()
1606 wd33c93_abort(struct scsi_cmnd * cmd) in wd33c93_abort()
1611 struct scsi_cmnd *tmp, *prev; in wd33c93_abort()
1624 tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_abort()
1632 (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_abort()
1643 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
1724 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()
1734 tmp = (struct scsi_cmnd *) tmp->host_scribble; in wd33c93_abort()
2129 struct scsi_cmnd *cmd; in wd33c93_show_info()
2169 cmd = (struct scsi_cmnd *) hd->connected; in wd33c93_show_info()
2176 cmd = (struct scsi_cmnd *) hd->input_Q; in wd33c93_show_info()
2180 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()
2185 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
2189 cmd = (struct scsi_cmnd *) cmd->host_scribble; in wd33c93_show_info()