Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Dwd33c93.c377 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck()
378 cmd->host_scribble = (uchar *) hostdata->input_Q; in wd33c93_queuecommand_lck()
379 hostdata->input_Q = cmd; in wd33c93_queuecommand_lck()
381 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()
431 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()
453 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()
501 if (!(hostdata->input_Q)) /* input_Q empty? */ in DEF_SCSI_QCMD()
503 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
507 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()
1296 (uchar *) hostdata->input_Q; in wd33c93_intr()
[all …]
Dwd33c93.h226 volatile struct scsi_cmnd *input_Q; /* commands waiting to be started */ member