Lines Matching refs:uint
59 module_param_named(mq, mq_enabled, uint, S_IRUGO);
62 module_param_named(scsi_host_queues, nr_scsi_hw_queues, uint, S_IRUGO);
65 module_param_named(scsi_hw_channels, nr_scsi_channels, uint, S_IRUGO);
68 module_param_named(mig_channels_only, mig_channels_only, uint, S_IRUGO);
71 module_param_named(mig_no_less_channels, mig_no_less_channels, uint, S_IRUGO);
75 module_param_named(init_timeout, init_timeout, uint, S_IRUGO | S_IWUSR);
78 module_param_named(default_timeout, default_timeout, uint, S_IRUGO | S_IWUSR);
82 module_param_named(max_requests, max_requests, uint, S_IRUGO);
88 module_param_named(max_targets, max_targets, uint, S_IRUGO);
91 module_param_named(disc_threads, disc_threads, uint, S_IRUGO);
94 module_param_named(debug, ibmvfc_debug, uint, S_IRUGO | S_IWUSR);
97 module_param_named(log_level, log_level, uint, 0);
100 module_param_named(cls3_error, cls3_error, uint, 0);
5202 npiv_max_sectors = min((uint)(be64_to_cpu(rsp->max_dma_len) >> 9), IBMVFC_MAX_SECTORS);