Searched defs:SAM2_WLUN_REPORT_LUNS (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c193 #define SAM2_WLUN_REPORT_LUNS 0xc101 macro
392 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS;
2458 one_lun[i].scsi_lun[0] = (SAM2_WLUN_REPORT_LUNS >> 8) & 0xff;
2459 one_lun[i].scsi_lun[1] = SAM2_WLUN_REPORT_LUNS & 0xff;
2676 if (sdev->lun == SAM2_WLUN_REPORT_LUNS)
2677 open_devip->wlun = SAM2_WLUN_REPORT_LUNS & 0xff;
4127 (SCpnt->device->lun != SAM2_WLUN_REPORT_LUNS))
4617 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS; /* = scsi_debug_max_luns; */

Completed in 40 milliseconds