sdebug_opts       640 drivers/scsi/scsi_debug.c static int sdebug_opts = DEF_OPTS;
sdebug_opts      2000 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_N_WCE & sdebug_opts)
sdebug_opts      2736 drivers/scsi/scsi_debug.c 	if (unlikely((SDEBUG_OPT_MEDIUM_ERR & sdebug_opts) &&
sdebug_opts      4028 drivers/scsi/scsi_debug.c 		if (SCpnt->device && (SDEBUG_OPT_ALL_NOISE & sdebug_opts))
sdebug_opts      4044 drivers/scsi/scsi_debug.c 		if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
sdebug_opts      4066 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
sdebug_opts      4081 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
sdebug_opts      4100 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
sdebug_opts      4114 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
sdebug_opts      4128 drivers/scsi/scsi_debug.c 	if ((SCpnt->device) && (SDEBUG_OPT_ALL_NOISE & sdebug_opts))
sdebug_opts      4140 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
sdebug_opts      4240 drivers/scsi/scsi_debug.c 	sqcp->inj_recovered = !!(SDEBUG_OPT_RECOVERED_ERR & sdebug_opts);
sdebug_opts      4241 drivers/scsi/scsi_debug.c 	sqcp->inj_transport = !!(SDEBUG_OPT_TRANSPORT_ERR & sdebug_opts);
sdebug_opts      4242 drivers/scsi/scsi_debug.c 	sqcp->inj_dif = !!(SDEBUG_OPT_DIF_ERR & sdebug_opts);
sdebug_opts      4243 drivers/scsi/scsi_debug.c 	sqcp->inj_dix = !!(SDEBUG_OPT_DIX_ERR & sdebug_opts);
sdebug_opts      4244 drivers/scsi/scsi_debug.c 	sqcp->inj_short = !!(SDEBUG_OPT_SHORT_TRANSFER & sdebug_opts);
sdebug_opts      4245 drivers/scsi/scsi_debug.c 	sqcp->inj_host_busy = !!(SDEBUG_OPT_HOST_BUSY & sdebug_opts);
sdebug_opts      4246 drivers/scsi/scsi_debug.c 	sqcp->inj_cmd_abort = !!(SDEBUG_OPT_CMD_ABORT & sdebug_opts);
sdebug_opts      4294 drivers/scsi/scsi_debug.c 			    (SDEBUG_OPT_RARE_TSF & sdebug_opts) &&
sdebug_opts      4310 drivers/scsi/scsi_debug.c 		else if (SDEBUG_OPT_ALL_TSF & sdebug_opts)
sdebug_opts      4312 drivers/scsi/scsi_debug.c 		if (SDEBUG_OPT_Q_NOISE & sdebug_opts)
sdebug_opts      4393 drivers/scsi/scsi_debug.c 	if (unlikely((SDEBUG_OPT_Q_NOISE & sdebug_opts) &&
sdebug_opts      4450 drivers/scsi/scsi_debug.c module_param_named(opts, sdebug_opts, int, S_IRUGO | S_IWUSR);
sdebug_opts      4544 drivers/scsi/scsi_debug.c 		  sdebug_dev_size_mb, sdebug_opts, submit_queues,
sdebug_opts      4563 drivers/scsi/scsi_debug.c 	sdebug_opts = opts;
sdebug_opts      4583 drivers/scsi/scsi_debug.c 		   sdebug_opts, sdebug_every_nth);
sdebug_opts      4699 drivers/scsi/scsi_debug.c 	return scnprintf(buf, PAGE_SIZE, "0x%x\n", sdebug_opts);
sdebug_opts      4719 drivers/scsi/scsi_debug.c 	sdebug_opts = opts;
sdebug_opts      5561 drivers/scsi/scsi_debug.c 	if (SDEBUG_OPT_Q_NOISE & sdebug_opts) {
sdebug_opts      5574 drivers/scsi/scsi_debug.c 		if (SDEBUG_OPT_TIMEOUT & sdebug_opts)
sdebug_opts      5576 drivers/scsi/scsi_debug.c 		else if (SDEBUG_OPT_MAC_TIMEOUT & sdebug_opts &&
sdebug_opts      5585 drivers/scsi/scsi_debug.c 	return (sdebug_opts & SDEBUG_OPT_HOST_BUSY) &&
sdebug_opts      5611 drivers/scsi/scsi_debug.c 		     !(SDEBUG_OPT_NO_CDB_NOISE & sdebug_opts))) {
sdebug_opts      5859 drivers/scsi/scsi_debug.c 	sdebug_verbose = !!(SDEBUG_OPT_NOISE & sdebug_opts);
sdebug_opts      5860 drivers/scsi/scsi_debug.c 	sdebug_any_injecting_opt = !!(SDEBUG_OPT_ALL_INJECTING & sdebug_opts);