Searched refs:TargetLUN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c379 while (pDCB->TargetID != id || pDCB->TargetLUN != lun)
386 pDCB, pDCB->TargetID, pDCB->TargetLUN));
552 if ((pDCB->SyncMode & SYNC_ENABLE) && pDCB->TargetLUN == 0 && sdev->sdtr &&
561 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN));
581 DEBUG0(printk (KERN_INFO "DC390: NEW Sync Nego code triggered (%i %i)\n", pDCB->TargetID, pDCB->TargetLUN));
600 DC390_write8 (ScsiFifo, pDCB->TargetLUN << 5);
1125 if ((oldsyncperiod != wval1 || oldsyncoffset != pDCB->SyncOffset) && pDCB->TargetLUN == 0)
1288 printk(KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (%02i-%i)\n", pDCB->TargetID, pDCB->TargetLUN);
1390 DC390_write8 (ScsiFifo, pDCB->TargetLUN << 5);
1449 printk (KERN_ERR "DC390: OLD Sync Nego code triggered! (%i %i)\n", pDCB->TargetID, pDCB->TargetLUN);
[all...]
H A Dtmscsim.h87 u8 TargetLUN; /*; SCSI Log. Unit (SCSI Only) */ member in struct:dc390_dcb

Completed in 113 milliseconds