Searched refs:sdebug_max_luns (Results 1 – 1 of 1) sorted by relevance
914 static int sdebug_max_luns = DEF_MAX_LUNS; variable5754 lun_cnt = sdebug_max_luns; in resp_report_luns()5762 lun_cnt = sdebug_max_luns; in resp_report_luns()7338 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);7548 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()7952 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()7965 changed = (sdebug_max_luns != n); in max_luns_store()7966 sdebug_max_luns = n; in max_luns_store()8518 if (sdebug_max_luns > 256) { in scsi_debug_init()8519 if (sdebug_max_luns > 16384) { in scsi_debug_init()[all …]