Searched refs:scsi_debug_unmap_max_desc (Results 1 – 1 of 1) sorted by relevance
554 static unsigned int scsi_debug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable1226 put_unaligned_be32(scsi_debug_unmap_max_desc, &arr[20]); in inquiry_evpd_b0()3236 if (descriptors > scsi_debug_unmap_max_desc) { in resp_unmap()4107 module_param_named(unmap_max_desc, scsi_debug_unmap_max_desc, int, S_IRUGO);4897 scsi_debug_unmap_max_desc = in scsi_debug_init()4898 clamp(scsi_debug_unmap_max_desc, 0U, 256U); in scsi_debug_init()