Searched refs:pun (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c792 __u8 pun = 0xff, lun = 0xff; local
795 pun = SCp->device->id;
841 host->host_no, pun, lun);
852 host->host_no, pun, lun,
875 __u8 pun = 0xff, lun = 0xff; local
878 pun = SCp->device->id;
883 printk("scsi%d (%d:%d): message %s: ", host->host_no, pun, lun,
915 pun, lun,
923 pun, lun);
928 pun, lu
962 __u8 pun = 0xff, lun=0xff; local
1487 __u8 pun = 0xff, lun = 0xff; local
[all...]
H A Dibmmca.c244 done dynamically and the ldn <-> pun,lun maps can be looked-up at boottime
341 int total_scsi_devices; /* number of physical pun,lun */
352 /* array to convert (pun, lun) into logical device number: */
669 printk("IBM MCA SCSI: Ignoring interrupt from pun=%x, lun=%x.\n", cmd->target, cmd->device->lun);
854 static int immediate_assign(struct Scsi_Host *shpnt, unsigned int pun, argument
868 imm_cmd |= (unsigned long) ((pun & 7) << 20) | ((pun & 8) << 24);
877 imm_cmd |= (unsigned long) ((pun & 7) << 20);
1127 /* mark the adapter at its pun on all luns */
1201 /* if pun i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacdec.c1301 union av_intfloat32 pun; local
1302 pun.f = pf;
1303 pun.i &= 0xFFFF0000U;
1304 return pun.f;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c1816 union av_intfloat32 pun; local
1817 pun.f = pf;
1818 pun.i &= 0xFFFF0000U;
1819 return pun.f;

Completed in 120 milliseconds