Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c757 static int sdebug_opt_xferlen_exp = DEF_OPT_XFERLEN_EXP; variable
1464 if (sdebug_opt_xferlen_exp != 0 && in inquiry_vpd_b0()
1465 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1466 gran = 1 << sdebug_opt_xferlen_exp; in inquiry_vpd_b0()
5644 module_param_named(opt_xferlen_exp, sdebug_opt_xferlen_exp, int, S_IRUGO);
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c765 static int sdebug_opt_xferlen_exp = DEF_OPT_XFERLEN_EXP; variable
1469 if (sdebug_opt_xferlen_exp != 0 && in inquiry_vpd_b0()
1470 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1471 gran = 1 << sdebug_opt_xferlen_exp; in inquiry_vpd_b0()
5744 module_param_named(opt_xferlen_exp, sdebug_opt_xferlen_exp, int, S_IRUGO);

Completed in 21 milliseconds