Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c535 static int scsi_debug_no_lun_0 = DEF_NO_LUN_0; variable
1297 else if (scsi_debug_no_lun_0 && (0 == devip->lun)) in resp_inquiry()
3345 else if (scsi_debug_no_lun_0 && (lun_cnt > 0)) in resp_report_luns()
3359 for (i = 0, lun = (scsi_debug_no_lun_0 ? 1 : 0); in resp_report_luns()
4092 module_param_named(no_lun_0, scsi_debug_no_lun_0, int, S_IRUGO | S_IWUSR);
4406 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_no_lun_0); in no_lun_0_show()
4414 scsi_debug_no_lun_0 = n; in no_lun_0_store()