Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi_debug.c848 static int sdebug_physblk_exp = DEF_PHYSBLK_EXP; variable
1828 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1831 gran = 1 << sdebug_physblk_exp; in inquiry_vpd_b0()
2249 arr[13] = sdebug_physblk_exp & 0xf; in resp_readcap16()
6614 module_param_named(physblk_exp, sdebug_physblk_exp, int, S_IRUGO);
7766 if (sdebug_physblk_exp > 15) { in scsi_debug_init()
7767 pr_err("invalid physblk_exp %u\n", sdebug_physblk_exp); in scsi_debug_init()