Searched refs:idlun (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha1542.h117 unchar idlun; /* op=0,2:Target Id, op=1:Initiator Id */ member in struct:ccb
H A Dwd7000.c453 unchar idlun; /* op=0,2:Target Id, op=1:Initiator Id */ member in struct:scb
1087 unchar idlun; local
1093 idlun = ((SCpnt->device->id << 5) & 0xe0) | (SCpnt->device->lun & 7);
1097 scb->idlun = idlun;
H A Daha1542.c505 printk(KERN_WARNING "tarstat=%x, hastat=%x idlun=%x ccb#=%d \n", ccb[mbo].tarstat,
506 ccb[mbo].hastat, ccb[mbo].idlun, mbo);
687 ccb[mbo].idlun = (target & 7) << 5 | direction | (lun & 7); /*SCSI Target Id */
1278 ccb[mbo].idlun = (target & 7) << 5 | (lun & 7); /*SCSI Target Id */

Completed in 117 milliseconds