Searched refs:scsi_debug_max_luns (Results 1 – 1 of 1) sorted by relevance
528 static int scsi_debug_max_luns = DEF_MAX_LUNS; variable3345 lun_cnt = scsi_debug_max_luns; in resp_report_luns()4088 module_param_named(max_luns, scsi_debug_max_luns, int, S_IRUGO | S_IWUSR);4215 scsi_debug_max_luns, atomic_read(&sdebug_completions), in scsi_debug_show_info()4471 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_max_luns); in max_luns_show()4480 changed = (scsi_debug_max_luns != n); in max_luns_store()4481 scsi_debug_max_luns = n; in max_luns_store()5026 devs_per_host = scsi_debug_num_tgts * scsi_debug_max_luns; in sdebug_add_adapter()5186 if ((sdp->lun >= scsi_debug_max_luns) && !has_wlun_rl) in scsi_debug_queuecommand()