Searched refs:vdevice (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice);
595 VirtDevice *vdevice; local
633 VirtDevice *vdevice = sc->device->hostdata; local
635 if (!vdevice || !vdevice->vtarget ||
636 vdevice->vtarget->deleted) {
729 vdevice = sc->device->hostdata;
730 if (!vdevice)
732 vtarget = vdevice->vtarget;
749 VirtDevice *vdevice local
1074 mptscsih_search_running_cmds(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
1402 VirtDevice *vdevice = SCpnt->device->hostdata; local
1775 VirtDevice *vdevice; local
1896 VirtDevice *vdevice; local
1956 VirtDevice *vdevice; local
2375 VirtDevice *vdevice; local
2452 VirtDevice *vdevice; local
2507 VirtDevice *vdevice; local
3109 mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
[all...]
H A Dmptsas.c962 VirtDevice *vdevice; local
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 local
1844 VirtDevice *vdevice; local
1896 VirtDevice *vdevice = SCpnt->device->hostdata; local
1927 VirtDevice *vdevice; local
3720 VirtDevice *vdevice; local
4628 VirtDevice *vdevice = NULL; local
4827 VirtDevice *vdevice; local
[all...]
H A Dmptspi.c726 VirtDevice *vdevice; local
734 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
735 if (!vdevice) {
741 vdevice->lun = sdev->lun;
742 sdev->hostdata = vdevice;
746 vdevice->vtarget = vtarget;
786 VirtDevice *vdevice = SCpnt->device->hostdata; local
789 if (!vdevice || !vdevice->vtarget) {
812 VirtDevice *vdevice local
[all...]
H A Dmptfc.c223 "port state %x, active %d, vdevice %p.\n", caller,
478 * slave_alloc will fill in vdevice from vtarget.
611 VirtDevice *vdevice; local
625 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
626 if (!vdevice) {
633 sdev->hostdata = vdevice;
641 vdevice->vtarget = vtarget;
642 vdevice->lun = sdev->lun;
658 VirtDevice *vdevice = SCpnt->device->hostdata; local
660 if (!vdevice || !vdevic
[all...]
H A Dmptctl.c1247 VirtDevice *vdevice; local
1342 vdevice = sdev->hostdata;
1343 if (vdevice == NULL || vdevice->vtarget == NULL)
1345 if (vdevice->vtarget->tflags &
1396 VirtDevice *vdevice; local
1465 vdevice = sdev->hostdata;
1466 if (vdevice == NULL || vdevice->vtarget == NULL)
1468 if (vdevice
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptscsih.c109 static void mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice);
595 VirtDevice *vdevice; local
633 VirtDevice *vdevice = sc->device->hostdata; local
635 if (!vdevice || !vdevice->vtarget ||
636 vdevice->vtarget->deleted) {
729 vdevice = sc->device->hostdata;
730 if (!vdevice)
732 vtarget = vdevice->vtarget;
749 VirtDevice *vdevice local
1074 mptscsih_search_running_cmds(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
1402 VirtDevice *vdevice = SCpnt->device->hostdata; local
1775 VirtDevice *vdevice; local
1896 VirtDevice *vdevice; local
1956 VirtDevice *vdevice; local
2375 VirtDevice *vdevice; local
2452 VirtDevice *vdevice; local
2507 VirtDevice *vdevice; local
3109 mptscsih_synchronize_cache(MPT_SCSI_HOST *hd, VirtDevice *vdevice) argument
[all...]
H A Dmptsas.c962 VirtDevice *vdevice; local
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 local
1844 VirtDevice *vdevice; local
1896 VirtDevice *vdevice = SCpnt->device->hostdata; local
1927 VirtDevice *vdevice; local
3720 VirtDevice *vdevice; local
4628 VirtDevice *vdevice = NULL; local
4827 VirtDevice *vdevice; local
[all...]
H A Dmptspi.c726 VirtDevice *vdevice; local
734 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
735 if (!vdevice) {
741 vdevice->lun = sdev->lun;
742 sdev->hostdata = vdevice;
746 vdevice->vtarget = vtarget;
786 VirtDevice *vdevice = SCpnt->device->hostdata; local
789 if (!vdevice || !vdevice->vtarget) {
812 VirtDevice *vdevice local
[all...]
H A Dmptfc.c223 "port state %x, active %d, vdevice %p.\n", caller,
478 * slave_alloc will fill in vdevice from vtarget.
611 VirtDevice *vdevice; local
625 vdevice = kzalloc(sizeof(VirtDevice), GFP_KERNEL);
626 if (!vdevice) {
633 sdev->hostdata = vdevice;
641 vdevice->vtarget = vtarget;
642 vdevice->lun = sdev->lun;
658 VirtDevice *vdevice = SCpnt->device->hostdata; local
660 if (!vdevice || !vdevic
[all...]
H A Dmptctl.c1247 VirtDevice *vdevice; local
1342 vdevice = sdev->hostdata;
1343 if (vdevice == NULL || vdevice->vtarget == NULL)
1345 if (vdevice->vtarget->tflags &
1396 VirtDevice *vdevice; local
1465 vdevice = sdev->hostdata;
1466 if (vdevice == NULL || vdevice->vtarget == NULL)
1468 if (vdevice
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dxen-blkfront.c86 int vdevice; member in struct:blkfront_info
458 if ((info->vdevice>>EXT_SHIFT) > 1) {
460 printk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice);
464 if (!VDEV_IS_EXTENDED(info->vdevice)) {
465 minor = BLKIF_MINOR(info->vdevice);
468 minor = BLKIF_MINOR_EXT(info->vdevice);
817 int err, vdevice, i; local
821 "virtual-device", "%i", &vdevice);
825 "%i", &vdevice);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dxen-blkfront.c86 int vdevice; member in struct:blkfront_info
458 if ((info->vdevice>>EXT_SHIFT) > 1) {
460 printk(KERN_WARNING "blkfront: vdevice 0x%x is above the extended range; ignoring\n", info->vdevice);
464 if (!VDEV_IS_EXTENDED(info->vdevice)) {
465 minor = BLKIF_MINOR(info->vdevice);
468 minor = BLKIF_MINOR_EXT(info->vdevice);
817 int err, vdevice, i; local
821 "virtual-device", "%i", &vdevice);
825 "%i", &vdevice);
[all...]

Completed in 291 milliseconds