Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c780 static unsigned int sdebug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable
1498 put_unaligned_be32(sdebug_unmap_max_desc, &arr[20]); in inquiry_vpd_b0()
4134 if (descriptors > sdebug_unmap_max_desc) { in resp_unmap()
5875 module_param_named(unmap_max_desc, sdebug_unmap_max_desc, int, S_IRUGO);
7070 sdebug_unmap_max_desc = in scsi_debug_init()
7071 clamp(sdebug_unmap_max_desc, 0U, 256U); in scsi_debug_init()