Home
last modified time | relevance | path

Searched refs:SAM2_WLUN_REPORT_LUNS (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c204 #define SAM2_WLUN_REPORT_LUNS 0xc101 macro
701 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS; in sdebug_max_tgts_luns()
1291 have_wlun = (scp->device->lun == SAM2_WLUN_REPORT_LUNS); in resp_inquiry()
3372 one_lun[i].scsi_lun[0] = (SAM2_WLUN_REPORT_LUNS >> 8) & 0xff; in resp_report_luns()
3373 one_lun[i].scsi_lun[1] = SAM2_WLUN_REPORT_LUNS & 0xff; in resp_report_luns()
5185 has_wlun_rl = (sdp->lun == SAM2_WLUN_REPORT_LUNS); in scsi_debug_queuecommand()
5356 hpnt->max_lun = SAM2_WLUN_REPORT_LUNS; /* = scsi_debug_max_luns; */ in sdebug_driver_probe()