Home
last modified time | relevance | path

Searched refs:he_dcm (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c707 rate.he_dcm = FIELD_GET(MT_TX_RATE_DCM, txrate); in mt76_connac2_mac_fill_txs()
847 if (status->he_dcm) in mt76_connac2_mac_decode_he_mu_radiotap()
848 he_mu->flags1 |= MU_PREP(FLAGS1_SIG_B_DCM, status->he_dcm); in mt76_connac2_mac_decode_he_mu_radiotap()
1097 status->he_dcm = dcm; in mt76_connac2_mac_fill_rx_rate()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_peer.c669 info->txrate.he_dcm = link_peer->txrate.he_dcm; in ath12k_dp_link_peer_get_sta_rate_info_stats()
H A Dmac.c13464 sinfo->txrate.he_dcm = rate_info.txrate.he_dcm; in ath12k_mac_op_sta_statistics()
13575 link_sinfo->txrate.he_dcm = peer->txrate.he_dcm; in ath12k_mac_op_link_sta_statistics()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c306 status->he_dcm = dcm; in mt7925_mac_fill_rx_rate()
981 rate.he_dcm = FIELD_GET(MT_TX_RATE_DCM, txrate); in mt7925_mac_add_txs_skb()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c331 status->he_dcm = dcm; in mt7996_mac_fill_rx_rate()
1507 rate.he_dcm = FIELD_GET(MT_TX_RATE_DCM, txrate); in mt7996_mac_add_txs_skb()
/linux/net/wireless/
H A Dutil.c1585 if (rate->he_dcm) in _cfg80211_calculate_bitrate_eht_uhr()
H A Dnl80211.c7491 if (nla_put_u8(msg, NL80211_RATE_INFO_HE_DCM, info->he_dcm)) in nl80211_put_sta_rate()
/linux/include/net/
H A Dmac80211.h1749 u8 he_dcm:1; member
/linux/net/mac80211/
H A Dsta_info.c2586 rinfo->he_dcm = STA_STATS_GET(HE_DCM, rate); in sta_stats_decode_rate()
H A Drx.c659 he.data3 |= HE_PREP(DATA3_DATA_DCM, status->he_dcm); in ieee80211_add_rx_radiotap_header()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1476 arsta->txrate.he_dcm = dcm; in ath11k_update_per_peer_tx_stats()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3867 rate_info->he_dcm = nla_get_u8(tb[HWSIM_RATE_INFO_ATTR_HE_DCM]); in mac80211_hwsim_parse_rate_info()