Lines Matching refs:device

455 		desc = "device not there";
523 desc1 = "fcpext device logged out";
538 ioc->name, pScsiReply->Bus, pScsiReply->TargetID, sc->device->lun);
614 * If a SCSI I/O cmd, device disabled by OS and
631 VirtDevice *vdevice = sc->device->hostdata;
695 sc->device->host->host_no, sc->device->channel,
696 sc->device->id, sc->device->lun,
727 vdevice = sc->device->hostdata;
748 sc->device->hostdata;
750 /* flag the device as being in
751 * device removal delay so we can
811 ioc->name, sc->result, sc->device->channel, sc->device->id));
945 * (QUEUE_FULL) returned from device! --> get 0x0000?128
1054 dtmprintk(ioc, sdev_printk(KERN_INFO, sc->device, MYIOC_s_FMT
1070 * @vdevice: per device private data
1093 /* If the device is a hidden raid component, then its
1116 dtmprintk(ioc, sdev_printk(KERN_INFO, sc->device,
1134 * from a SCSI target device.
1140 * SCSI target device. It reports this to the console via kernel
1150 if (sc->device == NULL)
1152 if (sc->device->host == NULL)
1154 if ((hd = shost_priv(sc->device->host)) == NULL)
1159 ioc->name, 0, sc->device->id, sc->device->lun));
1318 VirtDevice *vdevice = SCpnt->device->hostdata;
1327 hd = shost_priv(SCpnt->device->host);
1367 * use the Inquiry data to determine if device supports tagged.
1370 SCpnt->device->tagged_supported)
1389 int_to_scsilun(SCpnt->device->lun, (struct scsi_lun *)pScsiReq->LUN);
1693 if ((hd = shost_priv(SCpnt->device->host)) == NULL) {
1706 vdevice = SCpnt->device->hostdata;
1709 "task abort: device has been deleted (sc=%p)\n",
1813 if ((hd = shost_priv(SCpnt->device->host)) == NULL){
1824 vdevice = SCpnt->device->hostdata;
1873 if ((hd = shost_priv(SCpnt->device->host)) == NULL){
1887 vdevice = SCpnt->device->hostdata;
1922 if ((hd = shost_priv(SCpnt->device->host)) == NULL){
2279 * Called if no device present or device being unloaded
2344 * OS entry point to adjust the queue_depths on a per-device basis.
2345 * Called once per device the bus scan. Use it to force the queue_depth
2346 * member to 1 if a device does not support Q tags.
2364 "device @ %p, channel=%d, id=%d, lun=%llu\n",
2415 vdevice = sc->device->hostdata;
2438 (sc->device->channel << 8) | sc->device->id;
3002 * @vdevice: virtual target device
3041 mptscsih_version_fw_show(struct device *dev, struct device_attribute *attr,
3057 mptscsih_version_bios_show(struct device *dev, struct device_attribute *attr,
3073 mptscsih_version_mpi_show(struct device *dev, struct device_attribute *attr,
3085 mptscsih_version_product_show(struct device *dev,
3099 mptscsih_version_nvdata_persistent_show(struct device *dev,
3114 mptscsih_version_nvdata_default_show(struct device *dev,
3127 mptscsih_board_name_show(struct device *dev, struct device_attribute *attr,
3139 mptscsih_board_assembly_show(struct device *dev,
3152 mptscsih_board_tracer_show(struct device *dev, struct device_attribute *attr,
3165 mptscsih_io_delay_show(struct device *dev, struct device_attribute *attr,
3178 mptscsih_device_delay_show(struct device *dev, struct device_attribute *attr,
3191 mptscsih_debug_level_show(struct device *dev, struct device_attribute *attr,
3201 mptscsih_debug_level_store(struct device *dev, struct device_attribute *attr,