Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dscsi_debug.c641 static int sdebug_physblk_exp = DEF_PHYSBLK_EXP; variable
1317 sdebug_physblk_exp < sdebug_opt_xferlen_exp) in inquiry_vpd_b0()
1320 gran = 1 << sdebug_physblk_exp; in inquiry_vpd_b0()
1669 arr[13] = sdebug_physblk_exp & 0xf; in resp_readcap16()
4451 module_param_named(physblk_exp, sdebug_physblk_exp, int, S_IRUGO);
5276 if (sdebug_physblk_exp > 15) { in scsi_debug_init()
5277 pr_err("invalid physblk_exp %u\n", sdebug_physblk_exp); in scsi_debug_init()