Searched refs:ru_tones (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.h169 enum nl80211_he_ru_alloc ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones);
H A Ddp_tx.c457 u16 rate, ru_tones; local
480 ru_tones = FIELD_GET(HAL_TX_RATE_STATS_INFO0_TONES_IN_RU, ts->rate_stats);
536 ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones);
H A Dhal_rx.c1360 u16 ru_tones; local
1364 ru_tones = FIELD_GET(HAL_RX_HE_SIG_B1_MU_INFO_INFO0_RU_ALLOCATION,
1367 ath11k_mac_phy_he_ru_to_nl80211_he_ru_alloc(ru_tones);
1368 ppdu_info->he_RU[0] = ru_tones;
H A Dmac.c289 enum nl80211_he_ru_alloc ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones) argument
293 switch (ru_tones) {
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhal_rx.h634 enum nl80211_he_ru_alloc ath12k_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones) argument
638 switch (ru_tones) {
H A Dcore.h416 u16 ru_tones; member in struct:ath12k_htt_tx_stats
493 u16 ru_tones; member in struct:ath12k_per_peer_tx_stats
H A Ddp_mon.c289 u16 ru_tones; local
291 ru_tones = u32_get_bits(info0,
293 ppdu_info->ru_alloc = ath12k_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones);
294 ppdu_info->he_RU[0] = ru_tones;

Completed in 268 milliseconds