Searched refs:disconnected_Q (Results 1 – 2 of 2) sorted by relevance
569 if (hostdata->disconnected_Q) /* other commands disconnected? */ in DEF_SCSI_QCMD()1319 cmd->host_scribble = (uchar *) hostdata->disconnected_Q; in wd33c93_intr()1320 hostdata->disconnected_Q = cmd; in wd33c93_intr()1449 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()1473 hostdata->disconnected_Q = in wd33c93_intr()1598 hostdata->disconnected_Q = NULL; in wd33c93_host_reset()1730 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()1971 hostdata->disconnected_Q = NULL; in wd33c93_init()2190 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
244 volatile struct scsi_cmnd *disconnected_Q;/* commands waiting for reconnect */ member