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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c2201 struct scsi_lun *one_lun; local
2228 one_lun = (struct scsi_lun *) &arr[8];
2231 ((i < lun_cnt) && ((unsigned char *)(one_lun + i) < max_addr));
2235 one_lun[i].scsi_lun[0] =
2237 one_lun[i].scsi_lun[1] = lun & 0xff;
2240 one_lun[i].scsi_lun[0] = (SAM2_WLUN_REPORT_LUNS >> 8) & 0xff;
2241 one_lun[i].scsi_lun[1] = SAM2_WLUN_REPORT_LUNS & 0xff;
2244 alloc_len = (unsigned char *)(one_lun + i) - arr;

Completed in 111 milliseconds