Home
last modified time | relevance | path

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

/drivers/scsi/
Dscsi_debug.c752 static int sdebug_lowest_aligned = DEF_LOWEST_ALIGNED; variable
1891 arr[14] = (sdebug_lowest_aligned >> 8) & 0x3f; in resp_readcap16()
1910 arr[15] = sdebug_lowest_aligned & 0xff; in resp_readcap16()
5843 module_param_named(lowest_aligned, sdebug_lowest_aligned, int, S_IRUGO);
6976 if (sdebug_lowest_aligned > 0x3fff) { in scsi_debug_init()
6977 pr_err("lowest_aligned too big: %u\n", sdebug_lowest_aligned); in scsi_debug_init()