Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c470 pDev->pScsi_dev = cmd->device; in adpt_queue_lck()
577 seq_printf(m,"\t%-24.24s", d->pScsi_dev->vendor); in adpt_show_info()
578 seq_printf(m," Rev: %-8.8s\n", d->pScsi_dev->rev); in adpt_show_info()
583 scsi_device_online(d->pScsi_dev)? "online":"offline"); in adpt_show_info()
2645 if(!scsi_device_online(pDev->pScsi_dev)) { in adpt_i2o_reparse_lct()
2648 if (pDev->pScsi_dev) { in adpt_i2o_reparse_lct()
2649 scsi_device_set_state(pDev->pScsi_dev, SDEV_RUNNING); in adpt_i2o_reparse_lct()
2656 if (pDev->pScsi_dev) { in adpt_i2o_reparse_lct()
2657 pDev->pScsi_dev->changed = TRUE; in adpt_i2o_reparse_lct()
2658 pDev->pScsi_dev->removable = TRUE; in adpt_i2o_reparse_lct()
[all …]
Ddpti.h190 struct scsi_device *pScsi_dev; member