Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcfr.c185 u32 buf_id, tones, length; in ath11k_cfr_process_data() local
198 tones = ath11k_cfr_calculate_tones_from_dma_hdr(dma_hdr); in ath11k_cfr_process_data()
199 if (tones == TONES_INVALID) { in ath11k_cfr_process_data()
208 length += tones * (num_chains + 1); in ath11k_cfr_process_data()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Dhal_tx.h64 u16 tones; member
H A Ddp_tx.c630 ru_tones = ath12k_mac_he_convert_tones_to_ru_tones(ts->tones); in ath12k_wifi7_dp_tx_update_txcompl()
638 ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(ts->tones); in ath12k_wifi7_dp_tx_update_txcompl()
814 ts->tones = u32_get_bits(info0, HAL_TX_RATE_STATS_INFO0_TONES_IN_RU); in ath12k_wifi7_dp_tx_status_parse()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_htt.c199 u16 tones, rate = 0, succ_pkts = 0; in ath12k_update_per_peer_tx_stats() local
311 tones = le16_to_cpu(user_rate->ru_end) - in ath12k_update_per_peer_tx_stats()
313 v = ath12k_he_ru_tones_to_nl80211_he_ru_alloc(tones); in ath12k_update_per_peer_tx_stats()
323 tones = le16_to_cpu(user_rate->ru_end) - in ath12k_update_per_peer_tx_stats()
325 v = ath12k_mac_eht_ru_tones_to_nl80211_eht_ru_alloc(tones); in ath12k_update_per_peer_tx_stats()
H A Dmac.h197 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones);
H A Dmac.c345 u16 ath12k_mac_he_convert_tones_to_ru_tones(u16 tones) in ath12k_mac_he_convert_tones_to_ru_tones() argument
347 switch (tones) { in ath12k_mac_he_convert_tones_to_ru_tones()