Searched refs:input_Q (Results 1 – 4 of 4) sorted by relevance
449 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in wd33c93_queuecommand_lck()450 cmd->host_scribble = (uchar *) hostdata->input_Q; in wd33c93_queuecommand_lck()451 hostdata->input_Q = cmd; in wd33c93_queuecommand_lck()453 for (tmp = (struct scsi_cmnd *) hostdata->input_Q; in wd33c93_queuecommand_lck()502 cmd = (struct scsi_cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()524 hostdata->input_Q = (struct scsi_cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()571 if (!(hostdata->input_Q)) /* input_Q empty? */ in DEF_SCSI_QCMD()573 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()577 for (prev = (struct scsi_cmnd *) hostdata->input_Q; prev; in DEF_SCSI_QCMD()1359 (uchar *) hostdata->input_Q; in wd33c93_intr()[all …]
415 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) { in in2000_queuecommand_lck()416 cmd->host_scribble = (uchar *) hostdata->input_Q; in in2000_queuecommand_lck()417 hostdata->input_Q = cmd; in in2000_queuecommand_lck()419 …for (tmp = (Scsi_Cmnd *) hostdata->input_Q; tmp->host_scribble; tmp = (Scsi_Cmnd *) tmp->host_scri… in in2000_queuecommand_lck()471 cmd = (Scsi_Cmnd *) hostdata->input_Q; in DEF_SCSI_QCMD()494 hostdata->input_Q = (Scsi_Cmnd *) cmd->host_scribble; in DEF_SCSI_QCMD()541 if (!(hostdata->input_Q)) /* input_Q empty? */ in DEF_SCSI_QCMD()543 for (prev = (Scsi_Cmnd *) hostdata->input_Q; prev; prev = (Scsi_Cmnd *) prev->host_scribble) { in DEF_SCSI_QCMD()545 for (prev = (Scsi_Cmnd *) hostdata->input_Q; prev; prev = (Scsi_Cmnd *) prev->host_scribble) in DEF_SCSI_QCMD()1498 cmd->host_scribble = (uchar *) hostdata->input_Q; in in2000_intr()[all …]
241 volatile struct scsi_cmnd *input_Q; /* commands waiting to be started */ member
286 volatile Scsi_Cmnd *input_Q; /* commands waiting to be started */ member