Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_debug.c541 static int scsi_debug_physblk_exp = DEF_PHYSBLK_EXP; variable
1206 gran = 1 << scsi_debug_physblk_exp; in inquiry_evpd_b0()
1562 arr[13] = scsi_debug_physblk_exp & 0xf; in resp_readcap16()
4098 module_param_named(physblk_exp, scsi_debug_physblk_exp, int, S_IRUGO);
4830 if (scsi_debug_physblk_exp > 15) { in scsi_debug_init()
4831 pr_err("invalid physblk_exp %u\n", scsi_debug_physblk_exp); in scsi_debug_init()