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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c393 * + Disconnect should be allowed if disconnected_Q isn't empty.
411 if (hostdata->disconnected_Q) /* other commands disconnected? */
1335 cmd->host_scribble = (uchar *) hostdata->disconnected_Q;
1336 hostdata->disconnected_Q = cmd;
1408 cmd = (Scsi_Cmnd *) hostdata->disconnected_Q;
1429 hostdata->disconnected_Q = (Scsi_Cmnd *) cmd->host_scribble;
1538 hostdata->disconnected_Q = NULL;
1649 for (tmp = (Scsi_Cmnd *) hostdata->disconnected_Q; tmp; tmp = (Scsi_Cmnd *) tmp->host_scribble)
1912 hostdata->disconnected_Q = NULL;
2156 cmd = (Scsi_Cmnd *) hd->disconnected_Q;
[all...]
H A Dwd33c93.c534 * + Disconnect should be allowed if disconnected_Q isn't empty.
552 if (hostdata->disconnected_Q) /* other commands disconnected? */
1302 cmd->host_scribble = (uchar *) hostdata->disconnected_Q;
1303 hostdata->disconnected_Q = cmd;
1432 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q;
1456 hostdata->disconnected_Q =
1581 hostdata->disconnected_Q = NULL;
1712 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q;
1716 ("scsi%d: Abort - command %ld found on disconnected_Q - ",
1953 hostdata->disconnected_Q
[all...]
H A Din2000.h289 volatile Scsi_Cmnd *disconnected_Q;/* commands waiting for reconnect */ member in struct:IN2000_hostdata
H A Dwd33c93.h244 volatile struct scsi_cmnd *disconnected_Q;/* commands waiting for reconnect */ member in struct:WD33C93_hostdata

Completed in 58 milliseconds