Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dmac.h169 enum nl80211_he_ru_alloc ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones);
Dhal_rx.c1362 u16 ru_tones; in ath11k_hal_rx_parse_mon_status_tlv() local
1366 ru_tones = FIELD_GET(HAL_RX_HE_SIG_B1_MU_INFO_INFO0_RU_ALLOCATION, in ath11k_hal_rx_parse_mon_status_tlv()
1369 ath11k_mac_phy_he_ru_to_nl80211_he_ru_alloc(ru_tones); in ath11k_hal_rx_parse_mon_status_tlv()
1370 ppdu_info->he_RU[0] = ru_tones; in ath11k_hal_rx_parse_mon_status_tlv()
Ddp_tx.c457 u16 rate, ru_tones; in ath11k_dp_tx_update_txcompl() local
480 ru_tones = FIELD_GET(HAL_TX_RATE_STATS_INFO0_TONES_IN_RU, ts->rate_stats); in ath11k_dp_tx_update_txcompl()
536 ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath11k_dp_tx_update_txcompl()
Dmac.c291 enum nl80211_he_ru_alloc ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones) in ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc() argument
295 switch (ru_tones) { in ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc()
/drivers/net/wireless/ath/ath12k/
Dhal_rx.h633 enum nl80211_he_ru_alloc ath12k_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones) in ath12k_he_ru_tones_to_nl80211_he_ru_alloc() argument
637 switch (ru_tones) { in ath12k_he_ru_tones_to_nl80211_he_ru_alloc()
Dcore.h366 u16 ru_tones; member
439 u16 ru_tones; member
Ddp_mon.c291 u16 ru_tones; in ath12k_dp_mon_parse_he_sig_b1_mu() local
293 ru_tones = u32_get_bits(info0, in ath12k_dp_mon_parse_he_sig_b1_mu()
295 ppdu_info->ru_alloc = ath12k_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath12k_dp_mon_parse_he_sig_b1_mu()
296 ppdu_info->he_RU[0] = ru_tones; in ath12k_dp_mon_parse_he_sig_b1_mu()