Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c842 static int sdebug_no_lun_0 = DEF_NO_LUN_0; variable
1964 else if (sdebug_no_lun_0 && (devip->lun == SDEBUG_LUN_0_VAL)) in resp_inquiry()
5025 if (sdebug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
5032 select_report, lun_cnt, wlun_cnt, sdebug_no_lun_0); in resp_report_luns()
5035 lun = sdebug_no_lun_0 ? 1 : 0; in resp_report_luns()
6604 module_param_named(no_lun_0, sdebug_no_lun_0, int, S_IRUGO | S_IWUSR);
7077 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_lun_0); in no_lun_0_show()
7085 sdebug_no_lun_0 = n; in no_lun_0_store()