Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/ !
Dscsi_debug.c759 static int sdebug_no_lun_0 = DEF_NO_LUN_0; variable
1599 else if (sdebug_no_lun_0 && (devip->lun == SDEBUG_LUN_0_VAL)) in resp_inquiry()
4354 if (sdebug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
4361 select_report, lun_cnt, wlun_cnt, sdebug_no_lun_0); in resp_report_luns()
4364 lun = sdebug_no_lun_0 ? 1 : 0; in resp_report_luns()
5851 module_param_named(no_lun_0, sdebug_no_lun_0, int, S_IRUGO | S_IWUSR);
6277 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_lun_0); in no_lun_0_show()
6285 sdebug_no_lun_0 = n; in no_lun_0_store()