• 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.36/drivers/message/fusion/

Lines Matching refs:vtarget

392 mptscsih_issue_sep_command(MPT_ADAPTER *ioc, VirtTarget *vtarget,
403 if (vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT)
414 SEPMsg->Bus = vtarget->channel;
415 SEPMsg->TargetID = vtarget->id;
596 VirtTarget *vtarget;
635 if (!vdevice || !vdevice->vtarget ||
636 vdevice->vtarget->deleted) {
732 vtarget = vdevice->vtarget;
733 if (vtarget->tflags & MPT_TARGET_FLAGS_LED_ON) {
734 mptscsih_issue_sep_command(ioc, vtarget,
736 vtarget->tflags &= ~MPT_TARGET_FLAGS_LED_ON;
757 vtarget &&
758 vdevice->vtarget->
764 vdevice->vtarget)
765 vdevice->vtarget->
1093 if (vdevice->vtarget->tflags &
1099 if ((mf->Bus != vdevice->vtarget->channel) ||
1100 (mf->TargetID != vdevice->vtarget->id) ||
1116 vdevice->vtarget->channel, vdevice->vtarget->id,
1458 && (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_Q_YES)
1472 pScsiReq->TargetID = (u8) vdevice->vtarget->id;
1473 pScsiReq->Bus = vdevice->vtarget->channel;
1475 if (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT)
1795 if (!vdevice || !vdevice->vtarget) {
1807 if (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT) {
1818 if (vdevice->vtarget->raidVolume) {
1858 vdevice->vtarget->channel,
1859 vdevice->vtarget->id, vdevice->lun,
1913 if (!vdevice || !vdevice->vtarget) {
1920 if (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT) {
1927 vdevice->vtarget->channel,
1928 vdevice->vtarget->id, 0, 0,
1976 if (!vdevice || !vdevice->vtarget)
1980 vdevice->vtarget->channel, 0, 0, 0,
2374 VirtTarget *vtarget;
2379 vtarget = starget->hostdata;
2385 vtarget->num_luns--;
2404 VirtTarget *vtarget;
2411 vtarget = starget->hostdata;
2417 if (!(vtarget->tflags & MPT_TARGET_FLAGS_Q_YES))
2420 vtarget->minSyncFactor <= MPT_ULTRA160)
2451 VirtTarget *vtarget;
2458 vtarget = starget->hostdata;
2474 ioc->name, sdev->queue_depth, vtarget->tflags));
2479 ioc->name, vtarget->negoFlags, vtarget->maxOffset,
2480 vtarget->minSyncFactor));
2529 if ((sense_data[12] == 0x5D) && (vdevice->vtarget->raidVolume == 0)) {
2546 vdevice->vtarget, MPI_SEP_REQ_SLOTSTATUS_PREDICTED_FAULT);
2547 vdevice->vtarget->tflags |=
3116 if (vdevice->vtarget->tflags & MPT_TARGET_FLAGS_RAID_COMPONENT)
3119 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted ||
3133 iocmd.channel = vdevice->vtarget->channel;
3134 iocmd.id = vdevice->vtarget->id;