Searched refs:pun (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 D53c700.c803 __u8 pun = 0xff, lun = 0xff; local
806 pun = SCp->device->id;
852 host->host_no, pun, lun);
863 host->host_no, pun, lun,
886 __u8 pun = 0xff, lun = 0xff; local
889 pun = SCp->device->id;
894 printk("scsi%d (%d:%d): message %s: ", host->host_no, pun, lun,
926 pun, lun,
934 pun, lun);
939 pun, lu
973 __u8 pun = 0xff, lun=0xff; local
1499 __u8 pun = 0xff, lun = 0xff; local
[all...]
H A Dibmmca.c237 done dynamically and the ldn <-> pun,lun maps can be looked-up at boottime
328 int total_scsi_devices; /* number of physical pun,lun */
339 /* array to convert (pun, lun) into logical device number: */
663 printk("IBM MCA SCSI: Ignoring interrupt from pun=%x, lun=%x.\n", cmd->target, cmd->device->lun);
847 static int immediate_assign(int host_index, unsigned int pun, unsigned int lun, unsigned int ldn, unsigned int operation) argument
859 imm_cmd |= (unsigned long) ((pun & 7) << 20) | ((pun & 8) << 24);
868 imm_cmd |= (unsigned long) ((pun & 7) << 20);
1118 /* mark the adapter at its pun on all luns */
1192 /* if pun i
[all...]

Completed in 105 milliseconds