Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c927 static int sdebug_ptype = DEF_PTYPE; /* SCSI peripheral device type */ variable
2079 is_disk = (sdebug_ptype == TYPE_DISK); in resp_inquiry()
2080 is_tape = (sdebug_ptype == TYPE_TAPE); in resp_inquiry()
2094 sdebug_ptype : scp->device->type) & 0x1f); in resp_inquiry()
6583 if (sdebug_ptype == TYPE_TAPE) { in sdebug_device_create()
6657 if (sdebug_ptype == TYPE_TAPE) { in scsi_debug_sdev_configure()
7356 module_param_named(ptype, sdebug_ptype, int, S_IRUGO | S_IWUSR);
7730 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ptype); in ptype_show()
7738 if (sdebug_ptype == TYPE_ZBC) in ptype_store()
7744 sdebug_ptype = n; in ptype_store()
[all …]