Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c889 static int sdebug_lowest_aligned = DEF_LOWEST_ALIGNED; variable
2341 arr[14] = (sdebug_lowest_aligned >> 8) & 0x3f; in resp_readcap16()
2360 arr[15] = sdebug_lowest_aligned & 0xff; in resp_readcap16()
7265 module_param_named(lowest_aligned, sdebug_lowest_aligned, int, S_IRUGO);
8455 if (sdebug_lowest_aligned > 0x3fff) { in scsi_debug_init()
8456 pr_err("lowest_aligned too big: %u\n", sdebug_lowest_aligned); in scsi_debug_init()