Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c766 static int sdebug_opt_xferlen_exp = DEF_OPT_XFERLEN_EXP; variable
1479 if (sdebug_opt_xferlen_exp != 0 && in inquiry_vpd_b0()
1480 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1481 gran = 1 << sdebug_opt_xferlen_exp; in inquiry_vpd_b0()
5857 module_param_named(opt_xferlen_exp, sdebug_opt_xferlen_exp, int, S_IRUGO);