Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c771 static unsigned int sdebug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable
1483 put_unaligned_be32(sdebug_unmap_max_desc, &arr[20]); in inquiry_vpd_b0()
3971 if (descriptors > sdebug_unmap_max_desc) { in resp_unmap()
5661 module_param_named(unmap_max_desc, sdebug_unmap_max_desc, int, S_IRUGO);
6833 sdebug_unmap_max_desc = in scsi_debug_init()
6834 clamp(sdebug_unmap_max_desc, 0U, 256U); in scsi_debug_init()
/kernel/linux/linux-6.6/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()

Completed in 21 milliseconds