Searched refs:scsi_debug_ptype (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c166 static int scsi_debug_ptype = DEF_PTYPE; /* SCSI peripheral type (0==disk) */ variable
788 pq_pdt = (scsi_debug_ptype & 0x1f);
901 if (scsi_debug_ptype == 0) {
903 } else if (scsi_debug_ptype == 1) {
1310 if ((0 == scsi_debug_ptype) && (0 == dbd))
1324 if (0 == scsi_debug_ptype)
2694 module_param_named(ptype, scsi_debug_ptype, int, S_IRUGO | S_IWUSR);
2864 return scnprintf(buf, PAGE_SIZE, "%d\n", scsi_debug_ptype);
2872 scsi_debug_ptype = n;

Completed in 35 milliseconds