Home
last modified time | relevance | path

Searched refs:RATE_INFO_FLAGS_MCS (Results 1 – 18 of 18) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDdebugfs_sta.c48 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath11k_debugfs_sta_add_tx_stats()
74 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath11k_debugfs_sta_add_tx_stats()
HDdp_tx.c524 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath11k_dp_tx_update_txcompl()
HDdp_rx.c1499 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath11k_update_per_peer_tx_stats()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/
HDtestmode.c285 flags |= RATE_INFO_FLAGS_MCS; in mt7915_tm_set_tx_len()
HDmac.c214 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7915_mac_sta_poll()
HDmcu.c3666 rate->flags = RATE_INFO_FLAGS_MCS; in mt7915_mcu_get_rx_rate()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7921/
HDmac.c148 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7921_mac_sta_poll()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDhtt_rx.c3843 } else if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats()
3864 if (txrate->flags & RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats()
3920 if (txrate->flags >= RATE_INFO_FLAGS_MCS) { in ath10k_accumulate_per_peer_tx_stats()
3984 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath10k_update_per_peer_tx_stats()
HDmac.c9249 *flags = RATE_INFO_FLAGS_MCS; in ath10k_mac_get_rate_flags()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7996/
HDmac.c216 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7996_mac_sta_poll()
1231 rate.flags = RATE_INFO_FLAGS_MCS; in mt7996_mac_add_txs_skb()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/
HDmt76_connac_mac.c673 rate.flags = RATE_INFO_FLAGS_MCS; in mt76_connac2_mac_fill_txs()
/freebsd-14-stable/sys/compat/linuxkpi/common/include/net/
HDcfg80211.h76 RATE_INFO_FLAGS_MCS = BIT(0), enumerator
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDfw.c176 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw_fw_ra_report_iter()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c6667 rxrate.flags |= RATE_INFO_FLAGS_MCS;
7227 if (rate->flags & RATE_INFO_FLAGS_MCS)
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDdebug.c3572 if (rate->flags & RATE_INFO_FLAGS_MCS) in rtw89_sta_link_info_get_iter()
HDphy.c2915 ra_report->txrate.flags |= RATE_INFO_FLAGS_MCS; in __rtw89_phy_c2h_ra_rpt_iter()
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDdp_rx.c1438 arsta->txrate.flags = RATE_INFO_FLAGS_MCS; in ath12k_update_per_peer_tx_stats()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDmac80211.c6219 rinfo->flags |= RATE_INFO_FLAGS_MCS; in iwl_mvm_set_sta_rate()