• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/

Lines Matching defs:vdevice

962 	VirtDevice			*vdevice;
966 vdevice = sdev->hostdata;
967 if ((vdevice == NULL) ||
968 (vdevice->vtarget == NULL))
970 if ((vdevice->vtarget->tflags &
972 vdevice->vtarget->raidVolume))
974 if (vdevice->vtarget->id == id &&
975 vdevice->vtarget->channel == channel)
976 vtarget = vdevice->vtarget;
1686 VirtDevice *vdevice = sdev->hostdata;
1688 if (vdevice->vtarget->deleted) {
1690 vdevice->vtarget->deleted = 0;
1844 VirtDevice *vdevice;
1849 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
1850 if (!vdevice) {
1856 vdevice->vtarget = starget->hostdata;
1868 vdevice->lun = sdev->lun;
1882 kfree(vdevice);
1886 vdevice->vtarget->num_luns++;
1887 sdev->hostdata = vdevice;
1896 VirtDevice *vdevice = SCpnt->device->hostdata;
1898 if (!vdevice || !vdevice->vtarget || vdevice->vtarget->deleted) {
1927 VirtDevice *vdevice;
1944 vdevice = sc->device->hostdata;
1945 if (vdevice && vdevice->vtarget && (vdevice->vtarget->inDMD
1946 || vdevice->vtarget->deleted)) {
3720 VirtDevice *vdevice;
3730 vdevice = sdev->hostdata;
3731 if ((vdevice == NULL) ||
3732 (vdevice->vtarget == NULL))
3734 if ((vdevice->vtarget->tflags &
3736 vdevice->vtarget->raidVolume))
3738 if (vdevice->vtarget->id == id &&
3739 vdevice->vtarget->channel ==
4628 VirtDevice *vdevice = NULL;
4649 vdevice = sdev->hostdata;
4687 vdevice->vtarget->deleted = 1; /* block IO */
4701 vdevice->vtarget->deleted = 1; /* block IO */
4710 vdevice->vtarget->deleted = 1; /* block IO */
4827 VirtDevice *vdevice;
4864 vdevice = sc->device->hostdata;
4865 if (!vdevice || !vdevice->vtarget)
4867 if (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT)
4869 if (vdevice->vtarget->raidVolume)
4871 channel = vdevice->vtarget->channel;
4872 id = vdevice->vtarget->id;
4873 lun = vdevice->lun;