Lines Matching refs:sdebug_opts

169 /* bit mask values for sdebug_opts */
820 static int sdebug_opts = DEF_OPTS;
2537 if (SDEBUG_OPT_N_WCE & sdebug_opts)
3724 if (unlikely((sdebug_opts & SDEBUG_OPT_SHORT_TRANSFER) &&
3733 if (unlikely((SDEBUG_OPT_MEDIUM_ERR & sdebug_opts) &&
3786 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3788 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3792 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3797 } else if (SDEBUG_OPT_DIX_ERR & sdebug_opts) {
4078 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
4080 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
4084 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
4089 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
4236 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
4238 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
4243 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
4249 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
5778 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5849 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5886 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5896 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5918 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5926 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5939 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5951 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
6120 if (unlikely(sdebug_every_nth && (SDEBUG_OPT_RARE_TSF & sdebug_opts) &&
6131 if (unlikely(SDEBUG_OPT_Q_NOISE & sdebug_opts))
6155 if (cmnd->result == 0 && unlikely(sdebug_opts & SDEBUG_OPT_TRANSPORT_ERR)) {
6221 if (unlikely((sdebug_opts & SDEBUG_OPT_CMD_ABORT) &&
6303 module_param_named(opts, sdebug_opts, int, S_IRUGO | S_IWUSR);
6421 sdebug_dev_size_mb, sdebug_opts, submit_queues,
6440 sdebug_opts = opts;
6486 sdebug_opts, sdebug_every_nth);
6640 return scnprintf(buf, PAGE_SIZE, "0x%x\n", sdebug_opts);
6660 sdebug_opts = opts;
7915 if (SDEBUG_OPT_Q_NOISE & sdebug_opts)
7926 if (SDEBUG_OPT_TIMEOUT & sdebug_opts)
7928 else if (SDEBUG_OPT_MAC_TIMEOUT & sdebug_opts &&
8217 !(SDEBUG_OPT_NO_CDB_NOISE & sdebug_opts))) {
8233 if (unlikely(inject_now && (sdebug_opts & SDEBUG_OPT_HOST_BUSY)))
8530 sdebug_verbose = !!(SDEBUG_OPT_NOISE & sdebug_opts);
8531 sdebug_any_injecting_opt = !!(SDEBUG_OPT_ALL_INJECTING & sdebug_opts);