module_param_named
module_param_named(cmdq_shadow_qd, cmdq_shadow_qd, uint, 0644);
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
module_param_named(edid_fixup, edid_fixup, int, 0400);
module_param_named(debug, drm_debug, int, 0600);
module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600);
module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
module_param_named(internal_err_reset, mlx4_internal_err_reset, int, 0644);
module_param_named(log_num_mac, log_num_mac, int, 0444);
module_param_named(log_num_vlan, log_num_vlan, int, 0444);
module_param_named(use_prio, use_prio, bool, 0444);
module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
module_param_named(debug_level, mlx4_debug_level, int, 0644);
module_param_named(log_num_mgm_entry_size,
module_param_named(sm_guid_assign, mlx4_ib_sm_guid_assign, int, 0444);
module_param_named(catas_reset_disable, catas_reset_disable, int, 0644);
module_param_named(num_qp, hca_profile.num_qp, int, 0444);
module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
module_param_named(num_cq, hca_profile.num_cq, int, 0444);
module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
module_param_named(num_udav, hca_profile.num_udav, int, 0444);
module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
module_param_named(debug_level, mthca_debug_level, int, 0644);
module_param_named(send_queue_size, mad_sendq_size, int, 0444);
module_param_named(recv_queue_size, mad_recvq_size, int, 0444);
module_param_named(max_nonsrq_conn_qp, ipoib_max_conn_qp, int, 0444);
module_param_named(cm_data_debug_level, data_debug_level, int, 0644);
module_param_named(send_queue_size, ipoib_sendq_size, int, 0444);
module_param_named(recv_queue_size, ipoib_recvq_size, int, 0444);
module_param_named(debug_level, ipoib_debug_level, int, 0644);
module_param_named(var, var, int, 0644); \
module_param_named(var, var, int, 0644); \