• 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 refs:vtarget

751 	VirtTarget	*vtarget;
757 vtarget = starget->hostdata;
963 VirtTarget *vtarget = 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;
978 return vtarget;
1110 VirtTarget *vtarget = NULL;
1117 vtarget = mptsas_find_vtarget(ioc, channel, id);
1118 if (vtarget) {
1119 mptsas_block_io_starget(vtarget->starget);
1120 vtarget->deleted = 1; /* block IO */
1688 if (vdevice->vtarget->deleted) {
1690 vdevice->vtarget->deleted = 0;
1715 VirtTarget *vtarget;
1722 vtarget = kzalloc(sizeof(VirtTarget), GFP_KERNEL);
1723 if (!vtarget)
1726 vtarget->starget = starget;
1727 vtarget->ioc_id = ioc->id;
1728 vtarget->tflags = MPT_TARGET_FLAGS_Q_YES;
1737 kfree(vtarget);
1747 vtarget->raidVolume = 1;
1768 vtarget->tflags |=
1778 kfree(vtarget);
1782 vtarget->id = id;
1783 vtarget->channel = channel;
1784 starget->hostdata = vtarget;
1797 VirtTarget *vtarget;
1802 vtarget = starget->hostdata;
1831 vtarget->starget = NULL;
1856 vdevice->vtarget = starget->hostdata;
1886 vdevice->vtarget->num_luns++;
1898 if (!vdevice || !vdevice->vtarget || vdevice->vtarget->deleted) {
1945 if (vdevice && vdevice->vtarget && (vdevice->vtarget->inDMD
1946 || vdevice->vtarget->deleted)) {
3028 VirtTarget *vtarget;
3253 vtarget = mptsas_find_vtarget(ioc,
3256 if (vtarget && vtarget->inDMD) {
3258 vtarget->inDMD = 0;
3732 (vdevice->vtarget == NULL))
3734 if ((vdevice->vtarget->tflags &
3736 vdevice->vtarget->raidVolume))
3738 if (vdevice->vtarget->id == id &&
3739 vdevice->vtarget->channel ==
3762 VirtTarget *vtarget = NULL;
3829 vtarget = mptsas_find_vtarget(ioc,
3832 if (vtarget)
3833 vtarget->deleted = 1;
4296 VirtTarget *vtarget;
4429 vtarget = starget->hostdata;
4430 if (!vtarget) {
4445 vtarget->id = hot_plug_info->phys_disk_num;
4446 vtarget->tflags |= MPT_TARGET_FLAGS_RAID_COMPONENT;
4488 vtarget = starget->hostdata;
4489 if (!vtarget) {
4496 if (!(vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT)) {
4511 vtarget->tflags &= ~MPT_TARGET_FLAGS_RAID_COMPONENT;
4512 vtarget->id = hot_plug_info->id;
4687 vdevice->vtarget->deleted = 1; /* block IO */
4701 vdevice->vtarget->deleted = 1; /* block IO */
4710 vdevice->vtarget->deleted = 1; /* block IO */
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;
5006 VirtTarget *vtarget = NULL;
5013 vtarget = mptsas_find_vtarget(ioc, channel, id);
5014 if (vtarget) {
5020 if (vtarget->raidVolume) {
5028 vtarget->inDMD = 1;