Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/
Dscsi_debug.c758 static int sdebug_no_lun_0 = DEF_NO_LUN_0; variable
1587 else if (sdebug_no_lun_0 && (devip->lun == SDEBUG_LUN_0_VAL)) in resp_inquiry()
4342 if (sdebug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
4349 select_report, lun_cnt, wlun_cnt, sdebug_no_lun_0); in resp_report_luns()
4352 lun = sdebug_no_lun_0 ? 1 : 0; in resp_report_luns()
5738 module_param_named(no_lun_0, sdebug_no_lun_0, int, S_IRUGO | S_IWUSR);
6198 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_no_lun_0); in no_lun_0_show()
6206 sdebug_no_lun_0 = n; in no_lun_0_store()