Searched refs:sdebug_unmap_max_desc (Results 1 – 1 of 1) sorted by relevance
942 static unsigned int sdebug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable1957 put_unaligned_be32(sdebug_unmap_max_desc, &arr[20]); in inquiry_vpd_b0()5503 if (descriptors > sdebug_unmap_max_desc) { in resp_unmap()7398 module_param_named(unmap_max_desc, sdebug_unmap_max_desc, int, S_IRUGO);8642 sdebug_unmap_max_desc = in scsi_debug_init()8643 clamp(sdebug_unmap_max_desc, 0U, 256U); in scsi_debug_init()