Lines Matching defs:sdebug_opts

166 /* bit mask values for sdebug_opts */
763 static int sdebug_opts = DEF_OPTS;
2216 if (SDEBUG_OPT_N_WCE & sdebug_opts)
3343 if (unlikely((sdebug_opts & SDEBUG_OPT_SHORT_TRANSFER) &&
3352 if (unlikely((SDEBUG_OPT_MEDIUM_ERR & sdebug_opts) &&
3405 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3407 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3411 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3416 } else if (SDEBUG_OPT_DIX_ERR & sdebug_opts) {
3691 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3693 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3697 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3702 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
3846 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3848 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3853 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3859 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
5281 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5316 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5334 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5344 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5360 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5368 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5381 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5393 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5562 if (unlikely(sdebug_every_nth && (SDEBUG_OPT_RARE_TSF & sdebug_opts) &&
5573 if (unlikely(SDEBUG_OPT_Q_NOISE & sdebug_opts))
5597 if (cmnd->result == 0 && unlikely(sdebug_opts & SDEBUG_OPT_TRANSPORT_ERR)) {
5663 if (unlikely((sdebug_opts & SDEBUG_OPT_CMD_ABORT) &&
5745 module_param_named(opts, sdebug_opts, int, S_IRUGO | S_IWUSR);
5861 sdebug_dev_size_mb, sdebug_opts, submit_queues,
5880 sdebug_opts = opts;
5926 sdebug_opts, sdebug_every_nth);
6080 return scnprintf(buf, PAGE_SIZE, "0x%x\n", sdebug_opts);
6100 sdebug_opts = opts;
7325 if (SDEBUG_OPT_Q_NOISE & sdebug_opts)
7336 if (SDEBUG_OPT_TIMEOUT & sdebug_opts)
7338 else if (SDEBUG_OPT_MAC_TIMEOUT & sdebug_opts &&
7527 !(SDEBUG_OPT_NO_CDB_NOISE & sdebug_opts))) {
7543 if (unlikely(inject_now && (sdebug_opts & SDEBUG_OPT_HOST_BUSY)))
7816 sdebug_verbose = !!(SDEBUG_OPT_NOISE & sdebug_opts);
7817 sdebug_any_injecting_opt = !!(SDEBUG_OPT_ALL_INJECTING & sdebug_opts);