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

/linux-master/drivers/scsi/
H A Dscsi_debug.c169 /* bit mask values for sdebug_opts */
820 static int sdebug_opts = DEF_OPTS; variable
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
[all...]

Completed in 231 milliseconds