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.c925 static int sdebug_physblk_exp = DEF_PHYSBLK_EXP; variable
1948 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1951 gran = 1 << sdebug_physblk_exp; in inquiry_vpd_b0()
2384 arr[13] = sdebug_physblk_exp & 0xf; in resp_readcap16()
7332 module_param_named(physblk_exp, sdebug_physblk_exp, int, S_IRUGO);
8484 if (sdebug_physblk_exp > 15) { in scsi_debug_init()
8485 pr_err("invalid physblk_exp %u\n", sdebug_physblk_exp); in scsi_debug_init()