Lines Matching refs:sdebug_max_luns
744 static int sdebug_max_luns = DEF_MAX_LUNS; variable
4172 lun_cnt = sdebug_max_luns; in resp_report_luns()
4180 lun_cnt = sdebug_max_luns; in resp_report_luns()
5632 module_param_named(max_luns, sdebug_max_luns, int, S_IRUGO | S_IWUSR);
5798 sdebug_jdelay, sdebug_ndelay, sdebug_max_luns, in scsi_debug_show_info()
6192 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_max_luns); in max_luns_show()
6205 changed = (sdebug_max_luns != n); in max_luns_store()
6206 sdebug_max_luns = n; in max_luns_store()
6728 if (sdebug_max_luns > 256) { in scsi_debug_init()
6729 if (sdebug_max_luns > 16384) { in scsi_debug_init()
6731 sdebug_max_luns = DEF_MAX_LUNS; in scsi_debug_init()
7072 devs_per_host = sdebug_num_tgts * sdebug_max_luns; in sdebug_add_host_helper()
7295 if (unlikely(lun_index >= sdebug_max_luns && !has_wlun_rl)) in scsi_debug_queuecommand()