Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsi_debug.c551 static unsigned int scsi_debug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable
1223 put_unaligned_be32(scsi_debug_unmap_max_desc, &arr[20]); in inquiry_evpd_b0()
3239 if (descriptors > scsi_debug_unmap_max_desc) { in resp_unmap()
4106 module_param_named(unmap_max_desc, scsi_debug_unmap_max_desc, int, S_IRUGO);
4901 scsi_debug_unmap_max_desc = in scsi_debug_init()
4902 clamp(scsi_debug_unmap_max_desc, 0U, 256U); in scsi_debug_init()