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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dtmscsim.c378 while (pDCB->TargetID != id || pDCB->TargetLUN != lun)
385 pDCB, pDCB->TargetID, pDCB->TargetLUN));
563 if ((pDCB->SyncMode & SYNC_ENABLE) && pDCB->TargetLUN == 0 && sdev->sdtr &&
572 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN));
592 DEBUG0(printk (KERN_INFO "DC390: NEW Sync Nego code triggered (%i %i)\n", pDCB->TargetID, pDCB->TargetLUN));
611 DC390_write8 (ScsiFifo, pDCB->TargetLUN << 5);
1136 if ((oldsyncperiod != wval1 || oldsyncoffset != pDCB->SyncOffset) && pDCB->TargetLUN == 0)
1305 printk(KERN_ERR "DC390: pSRB == pTmpSRB! (TagQ Error?) (%02i-%i)\n", pDCB->TargetID, pDCB->TargetLUN);
1407 DC390_write8 (ScsiFifo, pDCB->TargetLUN << 5);
1466 printk (KERN_ERR "DC390: OLD Sync Nego code triggered! (%i %i)\n", pDCB->TargetID, pDCB->TargetLUN);
[all...]
H A Dtmscsim.h88 u8 TargetLUN; /*; SCSI Log. Unit (SCSI Only) */ member in struct:dc390_dcb

Completed in 32 milliseconds