Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_cmn.h62 u16 ru_tones; member
H A Dmac.h198 enum nl80211_eht_ru_alloc ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(u16 ru_tones);
H A Dhal.h1322 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
1326 switch (ru_tones) { in ath12k_he_ru_tones_to_nl80211_he_ru_alloc()
H A Dcore.h473 u16 ru_tones; member
H A Dmac.c383 enum nl80211_eht_ru_alloc ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(u16 ru_tones) in ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc() argument
385 switch (ru_tones) { in ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc()
/linux/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 Dhal_rx.c1361 u16 ru_tones; in ath11k_hal_rx_parse_mon_status_tlv() local
1365 ru_tones = FIELD_GET(HAL_RX_HE_SIG_B1_MU_INFO_INFO0_RU_ALLOCATION, in ath11k_hal_rx_parse_mon_status_tlv()
1368 ath11k_mac_phy_he_ru_to_nl80211_he_ru_alloc(ru_tones); in ath11k_hal_rx_parse_mon_status_tlv()
1369 ppdu_info->he_RU[0] = ru_tones; in ath11k_hal_rx_parse_mon_status_tlv()
H A Ddp_tx.c463 u16 rate, ru_tones; in ath11k_dp_tx_update_txcompl() local
486 ru_tones = FIELD_GET(HAL_TX_RATE_STATS_INFO0_TONES_IN_RU, ts->rate_stats); in ath11k_dp_tx_update_txcompl()
542 ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath11k_dp_tx_update_txcompl()
H A Dmac.c289 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
293 switch (ru_tones) { in ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_tx.c534 u16 rate, ru_tones; in ath12k_wifi7_dp_tx_update_txcompl() local
630 ru_tones = ath12k_mac_he_convert_tones_to_ru_tones(ts->tones); in ath12k_wifi7_dp_tx_update_txcompl()
632 ath12k_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath12k_wifi7_dp_tx_update_txcompl()
H A Ddp_mon.c799 u16 ru_tones; in ath12k_wifi7_dp_mon_parse_he_sig_b1_mu() local
801 ru_tones = u32_get_bits(info0, in ath12k_wifi7_dp_mon_parse_he_sig_b1_mu()
803 ppdu_info->ru_alloc = ath12k_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath12k_wifi7_dp_mon_parse_he_sig_b1_mu()
804 ppdu_info->he_RU[0] = ru_tones; in ath12k_wifi7_dp_mon_parse_he_sig_b1_mu()