Searched refs:SAM2_WLUN_REPORT_LUNS (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.c149 #define SAM2_WLUN_REPORT_LUNS 0xc101 macro
300 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS;
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;
2372 if (sdev->lun == SAM2_WLUN_REPORT_LUNS)
2373 open_devip->wlun = SAM2_WLUN_REPORT_LUNS & 0xff;
3553 (SCpnt->device->lun != SAM2_WLUN_REPORT_LUNS))
3905 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS; /* = scsi_debug_max_luns; */

Completed in 103 milliseconds