Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dscsi_debug.c753 static int sdebug_no_lun_0 = DEF_NO_LUN_0; variable
1578 else if (sdebug_no_lun_0 && (devip->lun == SDEBUG_LUN_0_VAL)) in resp_inquiry()
4183 if (sdebug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
4190 select_report, lun_cnt, wlun_cnt, sdebug_no_lun_0); in resp_report_luns()
4193 lun = sdebug_no_lun_0 ? 1 : 0; in resp_report_luns()
5650 module_param_named(no_lun_0, sdebug_no_lun_0, int, S_IRUGO | S_IWUSR);
6072 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_lun_0); in no_lun_0_show()
6080 sdebug_no_lun_0 = n; in no_lun_0_store()