Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c764 static int sdebug_opts = DEF_OPTS; variable
2228 if (SDEBUG_OPT_N_WCE & sdebug_opts) in resp_caching_pg()
3355 if (unlikely((sdebug_opts & SDEBUG_OPT_SHORT_TRANSFER) && in resp_read_dt0()
3364 if (unlikely((SDEBUG_OPT_MEDIUM_ERR & sdebug_opts) && in resp_read_dt0()
3417 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) && in resp_read_dt0()
3419 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) { in resp_read_dt0()
3423 } else if (sdebug_opts & SDEBUG_OPT_DIF_ERR) { in resp_read_dt0()
3428 } else if (SDEBUG_OPT_DIX_ERR & sdebug_opts) { in resp_read_dt0()
3703 if (unlikely((sdebug_opts & SDEBUG_OPT_RECOV_DIF_DIX) && in resp_write_dt0()
3705 if (sdebug_opts & SDEBUG_OPT_RECOVERED_ERR) { in resp_write_dt0()
[all …]