Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dscsi_debug.c746 static int sdebug_lowest_aligned = DEF_LOWEST_ALIGNED; variable
1868 arr[14] = (sdebug_lowest_aligned >> 8) & 0x3f; in resp_readcap16()
1880 arr[15] = sdebug_lowest_aligned & 0xff; in resp_readcap16()
5641 module_param_named(lowest_aligned, sdebug_lowest_aligned, int, S_IRUGO);
6750 if (sdebug_lowest_aligned > 0x3fff) { in scsi_debug_init()
6751 pr_err("lowest_aligned too big: %u\n", sdebug_lowest_aligned); in scsi_debug_init()