Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cfp.c1623 t_u8 he_dcm = 0; in wlan_index_to_data_rate() local
1657 he_dcm = ext_rate_info & MBIT(0); in wlan_index_to_data_rate()
1677 if ((gi == 3) && stbc && he_dcm) { in wlan_index_to_data_rate()
1680 he_dcm = 0; in wlan_index_to_data_rate()
1705 [mcs_index * 2 + he_dcm]; in wlan_index_to_data_rate()
1728 he_dcm]; in wlan_index_to_data_rate()
1755 [mcs_index * 2 + he_dcm]; in wlan_index_to_data_rate()
1778 he_dcm]; in wlan_index_to_data_rate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c786 sinfo->txrate.he_dcm = stats->tx_rate.he_dcm; in mt7915_sta_statistics()
H A Ddebugfs.c443 if (rate->he_dcm) in mt7915_sta_stats_read()
H A Dmac.c506 status->he_dcm = !!(idx & MT_PRXV_TX_DCM); in mt7915_mac_fill_rx()
H A Dmcu.c461 rate->he_dcm = FIELD_GET(MT_RA_RATE_DCM_EN, r); in mt7915_mcu_tx_rate_cal()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.h917 r |= STA_STATS_FIELD(HE_DCM, s->he_dcm); in sta_stats_encode_rate()
H A Dstatus.c448 he->data3 |= HE_PREP(DATA3_DATA_DCM, status->rate->he_dcm); in ieee80211_add_tx_radiotap_header()
H A Dsta_info.c2155 rinfo->he_dcm = STA_STATS_GET(HE_DCM, rate); in sta_stats_decode_rate()
H A Drx.c591 he.data3 |= HE_PREP(DATA3_DATA_DCM, status->he_dcm); in ieee80211_add_rx_radiotap_header()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c729 status->he_dcm = mstat.he_dcm; in mt76_rx_convert()
H A Dmt76.h501 u8 he_gi:2, he_dcm:1; member
/OK3568_Linux_fs/kernel/net/wireless/
H A Dutil.c1396 if (rate->he_dcm) in cfg80211_calculate_bitrate_he()
H A Dnl80211.c5564 if (nla_put_u8(msg, NL80211_RATE_INFO_HE_DCM, info->he_dcm)) in nl80211_put_sta_rate()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h1418 u8 he_gi:2, he_dcm:1; member
H A Dcfg80211.h1541 u8 he_dcm; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1527 rx_status->he_dcm = in iwl_mvm_rx_he()
H A Dmac80211.c4962 rinfo->he_dcm = 1; in iwl_mvm_set_sta_rate()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c5926 sinfo->txrate.he_dcm = arsta->txrate.he_dcm; in ath11k_mac_op_sta_statistics()
H A Ddp_rx.c1446 arsta->txrate.he_dcm = dcm; in ath11k_update_per_peer_tx_stats()