Lines Matching defs:sdebug_opts

165 /* bit mask values for sdebug_opts */
755 static int sdebug_opts = DEF_OPTS;
2207 if (SDEBUG_OPT_N_WCE & sdebug_opts)
3199 if (unlikely((sdebug_opts & SDEBUG_OPT_SHORT_TRANSFER) &&
3208 if (unlikely((SDEBUG_OPT_MEDIUM_ERR & sdebug_opts) &&
3244 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3246 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3250 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3255 } else if (SDEBUG_OPT_DIX_ERR & sdebug_opts) {
3536 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3538 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3542 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3547 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
3692 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) &&
3694 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) {
3699 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) {
3705 } else if (sdebug_opts & SDEBUG_OPT_DIX_ERR) {
5179 if (SCpnt->device && (SDEBUG_OPT_ALL_NOISE & sdebug_opts))
5195 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5217 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5232 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5251 if (SDEBUG_OPT_ALL_NOISE & sdebug_opts)
5265 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5279 if ((SCpnt->device) && (SDEBUG_OPT_ALL_NOISE & sdebug_opts))
5291 if (SDEBUG_OPT_RESET_NOISE & sdebug_opts)
5438 (SDEBUG_OPT_RARE_TSF & sdebug_opts) &&
5454 else if (SDEBUG_OPT_ALL_TSF & sdebug_opts)
5456 if (SDEBUG_OPT_Q_NOISE & sdebug_opts)
5501 if (cmnd->result == 0 && unlikely(sdebug_opts & SDEBUG_OPT_TRANSPORT_ERR)) {
5575 if (unlikely((sdebug_opts & SDEBUG_OPT_CMD_ABORT) &&
5579 if (unlikely((sdebug_opts & SDEBUG_OPT_CMD_ABORT) &&
5586 if (unlikely((SDEBUG_OPT_Q_NOISE & sdebug_opts) && scsi_result == device_qfull_result))
5645 module_param_named(opts, sdebug_opts, int, S_IRUGO | S_IWUSR);
5756 sdebug_dev_size_mb, sdebug_opts, submit_queues,
5775 sdebug_opts = opts;
5796 sdebug_opts, sdebug_every_nth);
5940 return scnprintf(buf, PAGE_SIZE, "0x%x\n", sdebug_opts);
5960 sdebug_opts = opts;
7186 if (SDEBUG_OPT_Q_NOISE & sdebug_opts) {
7199 if (SDEBUG_OPT_TIMEOUT & sdebug_opts)
7201 else if (SDEBUG_OPT_MAC_TIMEOUT & sdebug_opts &&
7279 !(SDEBUG_OPT_NO_CDB_NOISE & sdebug_opts))) {
7295 if (unlikely(inject_now && (sdebug_opts & SDEBUG_OPT_HOST_BUSY)))
7531 sdebug_verbose = !!(SDEBUG_OPT_NOISE & sdebug_opts);
7532 sdebug_any_injecting_opt = !!(SDEBUG_OPT_ALL_INJECTING & sdebug_opts);