Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c756 static int sdebug_physblk_exp = DEF_PHYSBLK_EXP; variable
1465 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1468 gran = 1 << sdebug_physblk_exp; in inquiry_vpd_b0()
1868 arr[13] = sdebug_physblk_exp & 0xf; in resp_readcap16()
5648 module_param_named(physblk_exp, sdebug_physblk_exp, int, S_IRUGO);
6717 if (sdebug_physblk_exp > 15) { in scsi_debug_init()
6718 pr_err("invalid physblk_exp %u\n", sdebug_physblk_exp); in scsi_debug_init()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c764 static int sdebug_physblk_exp = DEF_PHYSBLK_EXP; variable
1470 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1473 gran = 1 << sdebug_physblk_exp; in inquiry_vpd_b0()
1877 arr[13] = sdebug_physblk_exp & 0xf; in resp_readcap16()
5748 module_param_named(physblk_exp, sdebug_physblk_exp, int, S_IRUGO);
6862 if (sdebug_physblk_exp > 15) { in scsi_debug_init()
6863 pr_err("invalid physblk_exp %u\n", sdebug_physblk_exp); in scsi_debug_init()

Completed in 20 milliseconds