Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c531 static int scsi_debug_max_luns = DEF_MAX_LUNS; variable
3342 lun_cnt = scsi_debug_max_luns; in resp_report_luns()
4089 module_param_named(max_luns, scsi_debug_max_luns, int, S_IRUGO | S_IWUSR);
4216 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()
5014 devs_per_host = scsi_debug_num_tgts * scsi_debug_max_luns; in sdebug_add_adapter()
5173 if ((sdp->lun >= scsi_debug_max_luns) && !has_wlun_rl) in scsi_debug_queuecommand()