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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c427 * Add the cmd to the end of 'input_Q'. Note that REQUEST SENSE
434 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
435 cmd->host_scribble = (uchar *) hostdata->input_Q;
436 hostdata->input_Q = cmd;
438 for (tmp = (struct scsi_cmnd *) hostdata->input_Q;
444 /* We know that there's at least one command in 'input_Q' now.
459 * the input_Q, using the first command we find that's intended
481 * Search through the input_Q for a command destined
485 cmd = (struct scsi_cmnd *) hostdata->input_Q;
506 hostdata->input_Q
[all...]
H A Din2000.c284 * Add the cmd to the end of 'input_Q'. Note that REQUEST_SENSE
289 if (!(hostdata->input_Q) || (cmd->cmnd[0] == REQUEST_SENSE)) {
290 cmd->host_scribble = (uchar *) hostdata->input_Q;
291 hostdata->input_Q = cmd;
293 for (tmp = (Scsi_Cmnd *) hostdata->input_Q; tmp->host_scribble; tmp = (Scsi_Cmnd *) tmp->host_scribble);
297 /* We know that there's at least one command in 'input_Q' now.
312 * the input_Q, using the first command we find that's intended
339 * Search through the input_Q for a command destined
343 cmd = (Scsi_Cmnd *) hostdata->input_Q;
366 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 48 milliseconds