| /freebsd/sys/net80211/ |
| H A D | ieee80211_vht.c | 209 tx = (ic->ic_vht_cap.supp_mcs.tx_mcs_map >> (2*i)) & 0x3; in ieee80211_vht_announce() 287 ni->ni_vht_mcsinfo.tx_mcs_map = le16dec(ie + 10); in ieee80211_parse_vhtcap() 338 uint16_t tx_mcs_map = 0; in ieee80211_setup_vht_rates() local 352 val1 = (vap->iv_vht_cap.supp_mcs.tx_mcs_map >> (i*2)) & 0x3; in ieee80211_setup_vht_rates() 358 tx_mcs_map |= (val << (i*2)); in ieee80211_setup_vht_rates() 362 ni->ni_vht_tx_map = tx_mcs_map; in ieee80211_setup_vht_rates() 705 vhtcap->supp_mcs.tx_mcs_map = vap->iv_vht_cap.supp_mcs.tx_mcs_map; in ieee80211_vht_get_vhtcap_ie() 721 val1 = (vhtcap->supp_mcs.tx_mcs_map >> (i*2)) & 0x3; in ieee80211_vht_get_vhtcap_ie() 722 val2 = (ni->ni_vht_mcsinfo.tx_mcs_map >> (i*2)) & 0x3; in ieee80211_vht_get_vhtcap_ie() 726 vhtcap->supp_mcs.tx_mcs_map &= ~(0x3 << (i*2)); in ieee80211_vht_get_vhtcap_ie() [all …]
|
| H A D | ieee80211.h | 948 uint16_t tx_mcs_map; member
|
| H A D | ieee80211_ddb.c | 326 ni->ni_vht_mcsinfo.tx_mcs_map, ni->ni_vht_mcsinfo.tx_highest); in _db_show_sta()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | tx.c | 130 u16 tx_mcs_map; in get_highest_vht_tx_rate() local 132 tx_mcs_map = le16_to_cpu(sta->deflink.vht_cap.vht_mcs.tx_mcs_map); in get_highest_vht_tx_rate() 134 switch (tx_mcs_map & 0x3) { in get_highest_vht_tx_rate() 147 switch ((tx_mcs_map & 0xc) >> 2) { in get_highest_vht_tx_rate()
|
| H A D | main.c | 1729 vht_cap->vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in rtw_init_vht_cap()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.c | 5292 u16 tx_mcs_map = 0, rx_mcs_map = 0; in rtw89_init_vht_cap() local 5298 tx_mcs_map |= IEEE80211_VHT_MCS_SUPPORT_0_9 << (i * 2); in rtw89_init_vht_cap() 5300 tx_mcs_map |= IEEE80211_VHT_MCS_NOT_SUPPORTED << (i * 2); in rtw89_init_vht_cap() 5323 vht_cap->vht_mcs.tx_mcs_map = cpu_to_le16(tx_mcs_map); in rtw89_init_vht_cap()
|
| /freebsd/sys/dev/rtwn/ |
| H A D | if_rtwn.c | 471 ic->ic_vht_cap.supp_mcs.tx_mcs_map = tx_mcs; in rtwn_attach_vht_cap_info_mcs()
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 530 vht_cap->vht_mcs.tx_mcs_map = vht_cap->vht_mcs.rx_mcs_map; in iwl_init_vht_hw_capab()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | mac80211.h | 1968 if ((le16toh(vht_cap->supp_mcs.tx_mcs_map) & in ieee80211_get_vht_max_nss()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 709 card = (vht_cap->vht_mcs.tx_mcs_map >> (2 * i)) & 0x3; in lkpi_sta_sync_vht_from_ni() 710 sta = (sta_vht_cap->vht_mcs.tx_mcs_map >> (2 * i)) & 0x3; in lkpi_sta_sync_vht_from_ni() 721 sta_vht_cap->vht_mcs.tx_mcs_map, tx_map, rx_nss); in lkpi_sta_sync_vht_from_ni() 723 sta_vht_cap->vht_mcs.tx_mcs_map = tx_map; in lkpi_sta_sync_vht_from_ni()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 297 vht_cap->vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in mt76_init_stream_cap()
|
| H A D | mt76_connac_mcu.c | 882 vht->vht_tx_mcs_map = sta->deflink.vht_cap.vht_mcs.tx_mcs_map; in mt76_connac_mcu_sta_tlv()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | mac.c | 2647 __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map), vht_mcs_mask); in ath10k_peer_assoc_h_vht() 4942 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(mcs_map); in ath10k_create_vht_cap() 8281 u16 vht_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in ath10k_mac_bitrate_mask_get_single_nss()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | mac.c | 2240 arg->tx_mcs_set = __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ath11k_peer_assoc_h_vht() 5748 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(txmcs_map); in ath11k_create_vht_cap() 8701 u16 vht_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in ath11k_mac_bitrate_mask_get_single_nss()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mcu.c | 1002 vht->vht_tx_mcs_map = sta->deflink.vht_cap.vht_mcs.tx_mcs_map; in mt7915_mcu_sta_vht_tlv()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mcu.c | 1731 vht->vht_tx_mcs_map = link_sta->vht_cap.vht_mcs.tx_mcs_map; in mt7925_mcu_sta_vht_tlv()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | mac.c | 2470 arg->tx_mcs_set = __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map); in ath12k_peer_assoc_h_vht() 8400 vht_cap.vht_mcs.tx_mcs_map = cpu_to_le16(txmcs_map); in ath12k_create_vht_cap() 12462 u16 vht_mcs_map = le16_to_cpu(sband->vht_cap.vht_mcs.tx_mcs_map); in ath12k_mac_bitrate_mask_get_single_nss()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 7205 rx_mcs = (ni->ni_vht_mcsinfo.tx_mcs_map & in iwx_rs_vht_rates() 10636 ic->ic_vht_cap.supp_mcs.tx_mcs_map = htole16(mcsmap); in iwx_attach()
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifieee80211.c | 2975 LE_READ_2(&vhtcap->supp_mcs.tx_mcs_map)); in printvhtcap()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1443 vht->vht_tx_mcs_map = link_sta->vht_cap.vht_mcs.tx_mcs_map; in mt7996_mcu_sta_vht_tlv()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 7481 band->vht_cap.vht_mcs.tx_mcs_map = mcs_map; in brcmf_update_vht_cap()
|