Searched defs:scsi_debug_unmap_max_desc (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dscsi_debug.c243 static unsigned int scsi_debug_unmap_max_desc = DEF_UNMAP_MAX_DESC; variable
871 put_unaligned_be32(scsi_debug_unmap_max_desc, &arr[20]);
3172 module_param_named(unmap_max_desc, scsi_debug_unmap_max_desc, int, S_IRUGO);
3906 scsi_debug_unmap_max_desc =
3907 clamp(scsi_debug_unmap_max_desc, 0U, 256U);
4365 if (scsi_debug_unmap_max_desc == 0 || scsi_debug_lbpu == 0) {

Completed in 23 milliseconds