Searched defs:scsi_debug_ptype (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c231 static int scsi_debug_ptype = DEF_PTYPE; /* SCSI peripheral type (0==disk) */ variable
944 pq_pdt = (scsi_debug_ptype & 0x1f);
1062 if (scsi_debug_ptype == 0) {
1064 } else if (scsi_debug_ptype == 1) {
1482 if ((0 == scsi_debug_ptype) && (0 == dbd))
1495 if (0 == scsi_debug_ptype)
3165 module_param_named(ptype, scsi_debug_ptype, int, S_IRUGO | S_IWUSR);
3393 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_ptype);
3401 scsi_debug_ptype = n;

Completed in 42 milliseconds