Searched refs:TargetLUN (Results 1 - 2 of 2) sorted by relevance
/drivers/scsi/ |
H A D | tmscsim.c | 379 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 D | tmscsim.h | 87 u8 TargetLUN; /*; SCSI Log. Unit (SCSI Only) */ member in struct:dc390_dcb
|
Completed in 14 milliseconds