Home
last modified time | relevance | path

Searched refs:RATE_INFO_FLAGS_SHORT_GI (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dmac.c135 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7925_mac_sta_poll()
137 rate->flags &= ~RATE_INFO_FLAGS_SHORT_GI; in mt7925_mac_sta_poll()
957 if (wcid->rate.flags & RATE_INFO_FLAGS_SHORT_GI) in mt7925_mac_add_txs_skb()
958 rate.flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7925_mac_add_txs_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c288 flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7915_tm_set_tx_len()
294 flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7915_tm_set_tx_len()
H A Dmac.c223 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7915_mac_sta_poll()
225 rate->flags &= ~RATE_INFO_FLAGS_SHORT_GI; in mt7915_mac_sta_poll()
H A Dmcu.c3799 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7915_mcu_get_rx_rate()
3809 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7915_mcu_get_rx_rate()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmac.c153 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7921_mac_sta_poll()
155 rate->flags &= ~RATE_INFO_FLAGS_SHORT_GI; in mt7921_mac_sta_poll()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c526 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_dp_tx_update_txcompl()
536 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_dp_tx_update_txcompl()
H A Ddebugfs_sta.c27 gi = FIELD_GET(RATE_INFO_FLAGS_SHORT_GI, arsta->txrate.flags); in ath11k_debugfs_sta_add_tx_stats()
H A Ddp_rx.c1501 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_update_per_peer_tx_stats()
1507 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath11k_update_per_peer_tx_stats()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c686 if (wcid->rate.flags & RATE_INFO_FLAGS_SHORT_GI) in mt76_connac2_mac_fill_txs()
687 rate.flags |= RATE_INFO_FLAGS_SHORT_GI; in mt76_connac2_mac_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c1287 if (wcid->rate.flags & RATE_INFO_FLAGS_SHORT_GI) in mt7996_mac_add_txs_skb()
1288 rate.flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7996_mac_add_txs_skb()
1295 if (wcid->rate.flags & RATE_INFO_FLAGS_SHORT_GI) in mt7996_mac_add_txs_skb()
1296 rate.flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7996_mac_add_txs_skb()
H A Dmcu.c507 rate->flags |= RATE_INFO_FLAGS_SHORT_GI; in mt7996_mcu_update_tx_gi()
509 rate->flags &= ~RATE_INFO_FLAGS_SHORT_GI; in mt7996_mcu_update_tx_gi()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h81 RATE_INFO_FLAGS_SHORT_GI = BIT(2), enumerator
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9198 *flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_mac_get_rate_flags_ht()
9201 *flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_mac_get_rate_flags_ht()
9227 *flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_mac_get_rate_flags_vht()
9232 *flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_mac_get_rate_flags_vht()
9237 *flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_mac_get_rate_flags_vht()
H A Dhtt_rx.c4027 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath10k_update_per_peer_tx_stats()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3574 rate->flags & RATE_INFO_FLAGS_SHORT_GI ? " SGI" : ""); in rtw89_sta_info_get_iter()
3577 rate->flags & RATE_INFO_FLAGS_SHORT_GI ? " SGI" : ""); in rtw89_sta_info_get_iter()
H A Dphy.c2923 ra_report->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw89_phy_ul_tb_assoc()
2935 ra_report->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c1440 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath12k_update_per_peer_tx_stats()
1446 arsta->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in ath12k_update_per_peer_tx_stats()
/freebsd/sys/contrib/dev/rtw88/
H A Dfw.c184 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw_fw_scan_result()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c7246 rxrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
7258 rxrate.flags |= RATE_INFO_FLAGS_SHORT_GI;
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c6170 rinfo->flags |= RATE_INFO_FLAGS_SHORT_GI; in iwl_mvm_abort_pmsr()