Home
last modified time | relevance | path

Searched refs:input_Q (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dwd33c93.c440 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck()
441 cmd->host_scribble = (uchar *) hostdata->input_Q; in wd33c93_queuecommand_lck()
442 hostdata->input_Q = cmd; in wd33c93_queuecommand_lck()
444 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()
493 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()
515 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
562 if (!(hostdata->input_Q)) /* input_Q empty? */ in DEF_SCSI_QCMD()
564 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
568 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
1350 (uchar *) hostdata->input_Q; in wd33c93_intr()
[all …]
Dwd33c93.h231 volatile struct scsi_cmnd *input_Q; /* commands waiting to be started */ member