Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c779 static unsigned int sdebug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable
1488 put_unaligned_be32(sdebug_unmap_max_desc, &arr[20]); in inquiry_vpd_b0()
4122 if (descriptors > sdebug_unmap_max_desc) { in resp_unmap()
5762 module_param_named(unmap_max_desc, sdebug_unmap_max_desc, int, S_IRUGO);
6968 sdebug_unmap_max_desc = in scsi_debug_init()
6969 clamp(sdebug_unmap_max_desc, 0U, 256U); in scsi_debug_init()