Home
last modified time | relevance | path

Searched refs:RATE_INFO_FLAGS_VHT_MCS (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dstats.c301 rinfo->flags |= RATE_INFO_FLAGS_VHT_MCS; in iwl_mld_sta_stats_fill_txrate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c134 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7925_mac_sta_poll()
966 rate.flags = RATE_INFO_FLAGS_VHT_MCS; in mt7925_mac_add_txs_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c291 flags |= RATE_INFO_FLAGS_VHT_MCS; in mt7915_tm_set_tx_len()
H A Dmac.c218 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7915_mac_sta_poll()
H A Dmcu.c3930 rate->flags = RATE_INFO_FLAGS_VHT_MCS; in mt7915_mcu_get_rx_rate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c151 (RATE_INFO_FLAGS_VHT_MCS | RATE_INFO_FLAGS_MCS)) { in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c596 txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath12k_wifi7_dp_tx_update_txcompl()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c42 } else if (txrate->flags & RATE_INFO_FLAGS_VHT_MCS) { in ath11k_debugfs_sta_add_tx_stats()
H A Ddp_tx.c540 arsta->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath11k_dp_tx_update_txcompl()
H A Ddp_rx.c1493 arsta->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath11k_update_per_peer_tx_stats()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c697 rate.flags = RATE_INFO_FLAGS_VHT_MCS; in mt76_connac2_mac_fill_txs()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c302 peer->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath12k_update_per_peer_tx_stats()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h84 RATE_INFO_FLAGS_VHT_MCS = BIT(1), enumerator
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3838 if (txrate->flags & RATE_INFO_FLAGS_VHT_MCS) { in ath10k_accumulate_per_peer_tx_stats()
3989 arsta->txrate.flags = RATE_INFO_FLAGS_VHT_MCS; in ath10k_update_per_peer_tx_stats()
H A Dmac.c9301 *flags = RATE_INFO_FLAGS_VHT_MCS; in ath10k_mac_get_rate_flags()
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c174 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw_fw_ra_report_iter()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1541 rate.flags = RATE_INFO_FLAGS_VHT_MCS; in mt7996_mac_add_txs_skb()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c7626 rxrate.flags |= RATE_INFO_FLAGS_VHT_MCS;
8333 if (rate->flags & RATE_INFO_FLAGS_VHT_MCS)
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c6035 rinfo->flags |= RATE_INFO_FLAGS_VHT_MCS; in iwl_mvm_set_sta_rate()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3904 else if (rate->flags & RATE_INFO_FLAGS_VHT_MCS) in rtw89_sta_link_info_get_iter()
H A Dphy.c3257 ra_report->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in __rtw89_phy_c2h_ra_rpt_iter()