Lines Matching refs:module_param_named
76 module_param_named(open_aqp1, ehca_open_aqp1, bool, S_IRUGO);
77 module_param_named(debug_level, ehca_debug_level, int, S_IRUGO);
78 module_param_named(hw_level, ehca_hw_level, int, S_IRUGO);
79 module_param_named(nr_ports, ehca_nr_ports, int, S_IRUGO);
80 module_param_named(use_hp_mr, ehca_use_hp_mr, bool, S_IRUGO);
81 module_param_named(port_act_time, ehca_port_act_time, int, S_IRUGO);
82 module_param_named(poll_all_eqs, ehca_poll_all_eqs, bool, S_IRUGO);
83 module_param_named(static_rate, ehca_static_rate, int, S_IRUGO);
84 module_param_named(scaling_code, ehca_scaling_code, bool, S_IRUGO);
85 module_param_named(lock_hcalls, ehca_lock_hcalls, bint, S_IRUGO);
86 module_param_named(number_of_cqs, ehca_max_cq, int, S_IRUGO);
87 module_param_named(number_of_qps, ehca_max_qp, int, S_IRUGO);