Searched refs:tones (Results 1 – 5 of 5) sorted by relevance
71 u16 tones; member
183 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones);
803 ru_tones = ath12k_mac_he_convert_tones_to_ru_tones(ts->tones); in ath12k_dp_tx_update_txcompl()811 ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(ts->tones); in ath12k_dp_tx_update_txcompl()992 ts->tones = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_TONES_IN_RU); in ath12k_dp_tx_status_parse()
1429 u16 tones, rate = 0, succ_pkts = 0; in ath12k_update_per_peer_tx_stats() local1548 tones = le16_to_cpu(user_rate->ru_end) - in ath12k_update_per_peer_tx_stats()1550 v = ath12k_he_ru_tones_to_nl80211_he_ru_alloc(tones); in ath12k_update_per_peer_tx_stats()1560 tones = le16_to_cpu(user_rate->ru_end) - in ath12k_update_per_peer_tx_stats()1562 v = ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(tones); in ath12k_update_per_peer_tx_stats()
343 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones) in ath12k_mac_he_convert_tones_to_ru_tones() argument345 switch (tones) { in ath12k_mac_he_convert_tones_to_ru_tones()
Completed in 42 milliseconds