| /freebsd/sys/dev/mthca/ |
| H A D | mthca_main.c | 57 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);
|
| H A D | mthca_catas.c | 58 module_param_named(catas_reset_disable, catas_reset_disable, int, 0644);
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 2156 module_param_named(debug, iwlwifi_mod_params.debug_level, uint, 0644); 2160 module_param_named(swcrypto, iwlwifi_mod_params.swcrypto, int, 0444); 2162 module_param_named(11n_disable, iwlwifi_mod_params.disable_11n, uint, 0444); 2165 module_param_named(amsdu_size, iwlwifi_mod_params.amsdu_size, int, 0444); 2169 module_param_named(fw_restart, iwlwifi_mod_params.fw_restart, bool, 0444); 2172 module_param_named(nvm_file, iwlwifi_mod_params.nvm_file, charp, 0444); 2175 module_param_named(uapsd_disable, iwlwifi_mod_params.uapsd_disable, uint, 0644); 2179 module_param_named(enable_ini, iwlwifi_mod_params.enable_ini, uint, 0444); 2200 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active, 2204 module_param_named(led_mode, iwlwifi_mod_params.led_mode, int, 0444); [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_stub.c | 68 module_param_named(debug, drm_debug, int, 0600); 69 module_param_named(vblankoffdelay, drm_vblank_offdelay, int, 0600); 70 module_param_named(timestamp_precision_usec, drm_timestamp_precision, int, 0600); 71 module_param_named(timestamp_monotonic, drm_timestamp_monotonic, int, 0600);
|
| H A D | drm_os_freebsd.h | 597 #define module_param_named(name, var, type, perm) macro
|
| H A D | drm_crtc_helper.c | 70 module_param_named(poll, drm_kms_helper_poll, bool, 0600);
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_dbg.h | 23 module_param_named(var, var, int, 0644); \ 28 module_param_named(var, var, int, 0644); \
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | moduleparam.h | 124 #define module_param_named(name, var, type, mode) \ macro
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | regd.c | 9 module_param_named(disable_clc, mt7925_disable_clc, bool, 0644);
|
| H A D | pci.c | 27 module_param_named(disable_aspm, mt7925_disable_aspm, bool, 0644);
|
| /freebsd/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_catas.c | 48 module_param_named(internal_err_reset, mlx4_internal_err_reset, int, 0644);
|
| H A D | mlx4_main.c | 69 module_param_named(debug_level, mlx4_debug_level, int, 0644); 99 module_param_named(log_num_mgm_entry_size, 152 module_param_named(log_num_mac, log_num_mac, int, 0444); 156 module_param_named(log_num_vlan, log_num_vlan, int, 0444); 164 module_param_named(use_prio, use_prio, bool, 0444); 168 module_param_named(log_mtts_per_seg, log_mtts_per_seg, int, 0444);
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 61 module_param_named(send_queue_size, ipoib_sendq_size, int, 0444); 63 module_param_named(recv_queue_size, ipoib_recvq_size, int, 0444); 69 module_param_named(debug_level, ipoib_debug_level, int, 0644);
|
| H A D | ipoib_cm.c | 50 module_param_named(max_nonsrq_conn_qp, ipoib_max_conn_qp, int, 0444); 58 module_param_named(cm_data_debug_level, data_debug_level, int, 0644);
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.c | 34 module_param_named(debug_mask, ath11k_debug_mask, uint, 0644); 38 module_param_named(crypto_mode, ath11k_crypto_mode, uint, 0644); 43 module_param_named(frame_mode, ath11k_frame_mode, uint, 0644); 48 module_param_named(ftm_mode, ath11k_ftm_mode, bool, 0444);
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | main.c | 42 module_param_named(disable_lps_deep, rtw_disable_lps_deep_mode, bool, 0644); 43 module_param_named(support_bf, rtw_bf_support, bool, 0644); 44 module_param_named(debug_mask, rtw_debug_mask, uint, 0644); 52 module_param_named(support_ht, rtw_ht_support, bool, 0644); 56 module_param_named(support_vht, rtw_vht_support, bool, 0644);
|
| H A D | pci.c | 27 module_param_named(disable_msi, rtw_disable_msi, bool, 0644); 28 module_param_named(disable_aspm, rtw_pci_disable_aspm, bool, 0644);
|
| H A D | usb.c | 19 module_param_named(switch_usb_mode, rtw_switch_usb_mode, bool, 0644);
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | pci.c | 37 module_param_named(disable_aspm, mt7921_disable_aspm, bool, 0644);
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | mld.c | 769 module_param_named(power_scheme, iwlmld_mod_params.power_scheme, int, 0444);
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | core.c | 57 module_param_named(debug_mask, ath10k_debug_mask, uint, 0644); 58 module_param_named(cryptmode, ath10k_cryptmode_param, uint, 0644); 62 module_param_named(frame_mode, ath10k_frame_mode, uint, 0644); 63 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);
|
| H A D | pci.c | 44 module_param_named(irq_mode, ath10k_pci_irq_mode, uint, 0644); 47 module_param_named(reset_mode, ath10k_pci_reset_mode, uint, 0644);
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.c | 26 module_param_named(debug_mask, ath12k_debug_mask, uint, 0644);
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | usb.c | 19 module_param_named(disable_usb_sg, disable_usb_sg, bool, 0644);
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | pci.c | 22 module_param_named(disable_clkreq, rtw89_pci_disable_clkreq, bool, 0644); 23 module_param_named(disable_aspm_l1, rtw89_pci_disable_aspm_l1, bool, 0644); 24 module_param_named(disable_aspm_l1ss, rtw89_pci_disable_l1ss, bool, 0644);
|