Searched refs:input_Q (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Dwd33c93.c442 * Add the cmd to the end of 'input_Q'. Note that REQUEST SENSE
449 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
450 cmd->host_scribble = (uchar *) hostdata->input_Q;
451 hostdata->input_Q = cmd;
453 for (tmp = (struct scsi_cmnd *) hostdata->input_Q;
459 /* We know that there's at least one command in 'input_Q' now.
476 * the input_Q, using the first command we find that's intended
498 * Search through the input_Q for a command destined
502 cmd = (struct scsi_cmnd *) hostdata->input_Q;
523 hostdata->input_Q
[all...]
H A Din2000.c410 * Add the cmd to the end of 'input_Q'. Note that REQUEST_SENSE
415 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
416 cmd->host_scribble = (uchar *) hostdata->input_Q;
417 hostdata->input_Q = cmd;
419 for (tmp = (Scsi_Cmnd *) hostdata->input_Q; tmp->host_scribble; tmp = (Scsi_Cmnd *) tmp->host_scribble);
423 /* We know that there's at least one command in 'input_Q' now.
440 * the input_Q, using the first command we find that's intended
467 * Search through the input_Q for a command destined
471 cmd = (Scsi_Cmnd *) hostdata->input_Q;
494 hostdata->input_Q
[all...]
H A Din2000.h286 volatile Scsi_Cmnd *input_Q; /* commands waiting to be started */ member in struct:IN2000_hostdata
H A Dwd33c93.h241 volatile struct scsi_cmnd *input_Q; /* commands waiting to be started */ member in struct:WD33C93_hostdata

Completed in 36 milliseconds