Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dscsi_debug.c758 static int sdebug_ptype = DEF_PTYPE; /* SCSI peripheral device type */ variable
1571 is_disk = (sdebug_ptype == TYPE_DISK); in resp_inquiry()
1580 pq_pdt = (sdebug_ptype & 0x1f); in resp_inquiry()
1707 } else if (sdebug_ptype == TYPE_TAPE) { /* SSC-4 rev 3 */ in resp_inquiry()
2326 is_disk = (sdebug_ptype == TYPE_DISK); in resp_mode_sense()
5610 module_param_named(ptype, sdebug_ptype, int, S_IRUGO | S_IWUSR);
5931 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_ptype); in ptype_show()
5939 if (sdebug_ptype == TYPE_ZBC) in ptype_store()
5945 sdebug_ptype = n; in ptype_store()
6737 if (sdebug_ptype == TYPE_ZBC) { in scsi_debug_init()
[all …]