Home
last modified time | relevance | path

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

/drivers/scsi/
Ddpt_i2o.c464 pDev->pScsi_dev = cmd->device; in adpt_queue_lck()
571 seq_printf(m,"\t%-24.24s", d->pScsi_dev->vendor); in adpt_show_info()
572 seq_printf(m," Rev: %-8.8s\n", d->pScsi_dev->rev); in adpt_show_info()
577 scsi_device_online(d->pScsi_dev)? "online":"offline"); in adpt_show_info()
2344 if(!scsi_device_online(pDev->pScsi_dev)) { in adpt_i2o_reparse_lct()
2347 if (pDev->pScsi_dev) { in adpt_i2o_reparse_lct()
2348 scsi_device_set_state(pDev->pScsi_dev, SDEV_RUNNING); in adpt_i2o_reparse_lct()
2355 if (pDev->pScsi_dev) { in adpt_i2o_reparse_lct()
2356 pDev->pScsi_dev->changed = TRUE; in adpt_i2o_reparse_lct()
2357 pDev->pScsi_dev->removable = TRUE; in adpt_i2o_reparse_lct()
[all …]
Ddpti.h187 struct scsi_device *pScsi_dev; member