Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_debug.c629 static int sdebug_max_luns = DEF_MAX_LUNS; variable
3635 lun_cnt = sdebug_max_luns; in resp_report_luns()
3643 lun_cnt = sdebug_max_luns; in resp_report_luns()
4440 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);
4585 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
4864 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()
4877 changed = (sdebug_max_luns != n); in max_luns_store()
4878 sdebug_max_luns = n; in max_luns_store()
5280 if (sdebug_max_luns > 256) { in scsi_debug_init()
5282 sdebug_max_luns = DEF_MAX_LUNS; in scsi_debug_init()
[all …]