Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c753 static int sdebug_max_luns = DEF_MAX_LUNS; variable
4322 lun_cnt = sdebug_max_luns; in resp_report_luns()
4330 lun_cnt = sdebug_max_luns; in resp_report_luns()
5928 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6332 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()
6345 changed = (sdebug_max_luns != n); in max_luns_store()
6346 sdebug_max_luns = n; in max_luns_store()
6873 if (sdebug_max_luns > 256) { in scsi_debug_init()
6874 if (sdebug_max_luns > 16384) { in scsi_debug_init()
6876 sdebug_max_luns = DEF_MAX_LUNS; in scsi_debug_init()
[all …]