Home
last modified time | relevance | path

Searched refs:disconnected_Q (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/scsi/
Dwd33c93.c499 if (hostdata->disconnected_Q) /* other commands disconnected? */ in DEF_SCSI_QCMD()
1256 cmd->host_scribble = (uchar *) hostdata->disconnected_Q; in wd33c93_intr()
1257 hostdata->disconnected_Q = cmd; in wd33c93_intr()
1386 cmd = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_intr()
1410 hostdata->disconnected_Q = in wd33c93_intr()
1535 hostdata->disconnected_Q = NULL; in wd33c93_host_reset()
1667 tmp = (struct scsi_cmnd *) hostdata->disconnected_Q; in wd33c93_abort()
1909 hostdata->disconnected_Q = NULL; in wd33c93_init()
2128 cmd = (struct scsi_cmnd *) hd->disconnected_Q; in wd33c93_show_info()
Dwd33c93.h229 volatile struct scsi_cmnd *disconnected_Q;/* commands waiting for reconnect */ member