Searched refs:ht_flag (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | link.c | 211 u32 ht_flag, flags = 0, flags_mask = 0; in iwl_mvm_link_changed() 268 ht_flag = LINK_PROT_FLG_HT_PROT | LINK_PROT_FLG_FAT_PROT; 271 ht_flag, LINK_PROT_FLG_TGG_PROTECT); in iwl_mvm_disable_link() 106 u32 ht_flag, flags = 0, flags_mask = 0; iwl_mvm_link_changed() local
|
H A D | mac-ctxt.c | 437 __le32 *protection_flags, u32 ht_flag, in iwl_mvm_set_fw_protection_flags() 466 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_protection_flags() 471 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_qos_params() 550 u32 ht_flag; in iwl_mvm_mac_ctxt_cmd_common() 582 ht_flag = MAC_PROT_FLG_HT_PROT | MAC_PROT_FLG_FAT_PROT; in iwl_mvm_mac_ctxt_send_cmd() 585 ht_flag, MAC_PROT_FLG_TGG_PROTECT); in iwl_mvm_mac_ctxt_send_cmd() 425 iwl_mvm_set_fw_protection_flags(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_bss_conf * link_conf,__le32 * protection_flags,u32 ht_flag,u32 tgg_flag) iwl_mvm_set_fw_protection_flags() argument 538 u32 ht_flag; iwl_mvm_mac_ctxt_cmd_common() local
|
H A D | mvm.h | 2016 __le32 *protection_flags, u32 ht_flag,
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 174 int ht_flag; /* Uses DP_xx bits */ member 2723 (hp->ht_flag | DP_HOSTSET); in chk_host() 2739 *hostsetp = (hp->ht_flag | DP_HOSTSET); in chk_host() 3129 hp->ht_flag = 0; in get_ht()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.h | 3577 bool ht_flag; member
|
H A D | mac.c | 1382 arg->ht_flag = true; in ath12k_peer_assoc_h_ht()
|
H A D | wmi.c | 1876 if (arg->ht_flag) in ath12k_wmi_copy_peer_flags()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wmi.h | 3696 bool ht_flag; member
|
H A D | mac.c | 1892 arg->ht_flag = true; in ath11k_peer_assoc_h_ht()
|
H A D | wmi.c | 1933 if (param->ht_flag) in ath11k_wmi_copy_peer_flags()
|