Home
last modified time | relevance | path

Searched refs:tones (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath12k/
A Dhal_tx.h71 u16 tones; member
A Dmac.h183 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones);
A Ddp_tx.c803 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()
A Ddp_rx.c1429 u16 tones, rate = 0, succ_pkts = 0; in ath12k_update_per_peer_tx_stats() local
1548 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()
A Dmac.c343 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones) in ath12k_mac_he_convert_tones_to_ru_tones() argument
345 switch (tones) { in ath12k_mac_he_convert_tones_to_ru_tones()

Completed in 42 milliseconds