Home
last modified time | relevance | path

Searched refs:module_param_named (Results 1 – 20 of 20) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_drv.c132 module_param_named(no_wb, radeon_no_wb, int, 0444);
136 module_param_named(modeset, radeon_modeset, int, 0400);
140 module_param_named(dynclks, radeon_dynclks, int, 0444);
144 module_param_named(r4xx_atom, radeon_r4xx_atom, int, 0444);
148 module_param_named(vramlimit, radeon_vram_limit, int, 0600);
152 module_param_named(agpmode, radeon_agpmode, int, 0444);
156 module_param_named(gartsize, radeon_gart_size, int, 0600);
160 module_param_named(benchmark, radeon_benchmarking, int, 0444);
164 module_param_named(test, radeon_testing, int, 0444);
168 module_param_named(connector_table, radeon_connector_table, int, 0444);
[all …]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_main.c57 module_param_named(debug_level, mthca_debug_level, int, 0644);
102 module_param_named(num_qp, hca_profile.num_qp, int, 0444);
105 module_param_named(rdb_per_qp, hca_profile.rdb_per_qp, int, 0444);
108 module_param_named(num_cq, hca_profile.num_cq, int, 0444);
111 module_param_named(num_mcg, hca_profile.num_mcg, int, 0444);
114 module_param_named(num_mpt, hca_profile.num_mpt, int, 0444);
118 module_param_named(num_mtt, hca_profile.num_mtt, int, 0444);
122 module_param_named(num_udav, hca_profile.num_udav, int, 0444);
125 module_param_named(fmr_reserved_mtts, hca_profile.fmr_reserved_mtts, int, 0444);
130 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
Dmthca_catas.c57 module_param_named(catas_reset_disable, catas_reset_disable, int, 0644);
/freebsd-10-stable/sys/dev/drm2/
Ddrm_stub.c70 module_param_named(debug, drm_debug, int, 0600);
71 module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600);
72 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600);
73 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
Ddrm_os_freebsd.h372 #define module_param_named(name, var, type, perm) macro
Ddrm_crtc_helper.c72 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
Ddrm_edid.c156 module_param_named(edid_fixup, edid_fixup, int, 0400);
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_dbg.h23 module_param_named(var, var, int, 0644); \
28 module_param_named(var, var, int, 0644); \
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
Dmain.c69 module_param_named(debug_level, mlx4_debug_level, int, 0644);
91 module_param_named(block_loopback, mlx4_blck_lb, int, 0644);
151 module_param_named(log_num_mgm_entry_size,
166 module_param_named(fast_drop, fast_drop, int, 0444);
171 module_param_named(enable_64b_cqe_eqe, mlx4_enable_64b_cqe_eqe, int, 0644);
184 module_param_named(log_num_mac, log_num_mac, int, 0444);
188 module_param_named(log_num_vlan, log_num_vlan, int, 0444);
195 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
238 module_param_named(log_num_qp, mod_param_profile.num_qp, int, 0444);
241 module_param_named(log_num_srq, mod_param_profile.num_srq, int, 0444);
[all …]
Den_tx.c64 module_param_named(inline_thold, inline_thold, uint, 0444);
Dport.c47 module_param_named(set_4k_mtu, mlx4_set_4k_mtu, int, 0444);
/freebsd-10-stable/sys/ofed/include/linux/
Dmoduleparam.h111 #define module_param_named(name, var, type, mode) \ macro
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_main.c59 module_param_named(send_queue_size, ipoib_sendq_size, int, 0444);
61 module_param_named(recv_queue_size, ipoib_recvq_size, int, 0444);
67 module_param_named(debug_level, ipoib_debug_level, int, 0644);
Dipoib_cm.c47 module_param_named(max_nonsrq_conn_qp, ipoib_max_conn_qp, int, 0444);
55 module_param_named(cm_data_debug_level, data_debug_level, int, 0644);
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_main.c55 module_param_named(debug_mask, mlx5_core_debug_mask, int, 0644);
60 module_param_named(prof_sel, prof_sel, int, 0444);
/freebsd-10-stable/sys/dev/xen/netfront/
Dnetfront.c119 module_param_named(rx_copy, MODPARM_rx_copy, bool, 0);
122 module_param_named(rx_flip, MODPARM_rx_flip, bool, 0);
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Dcma.c65 module_param_named(tavor_quirk, tavor_quirk, int, 0644);
74 module_param_named(cma_response_timeout, cma_response_timeout, int, 0644);
78 module_param_named(def_prec2sl, def_prec2sl, int, 0644);
Dmad.c55 module_param_named(send_queue_size, mad_sendq_size, int, 0444);
57 module_param_named(recv_queue_size, mad_recvq_size, int, 0444);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c67 module_param_named(prof_sel, deprecated_prof_sel, int, 0444);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmain.c81 module_param_named(sm_guid_assign, mlx4_ib_sm_guid_assign, int, 0444);