Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.h168 enum nl80211_he_ru_alloc ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(u16 ru_tones);
Dhal_rx.c1355 u16 ru_tones; in ath11k_hal_rx_parse_mon_status_tlv() local
1359 ru_tones = FIELD_GET(HAL_RX_HE_SIG_B1_MU_INFO_INFO0_RU_ALLOCATION, in ath11k_hal_rx_parse_mon_status_tlv()
1362 ath11k_mac_phy_he_ru_to_nl80211_he_ru_alloc(ru_tones); in ath11k_hal_rx_parse_mon_status_tlv()
1363 ppdu_info->he_RU[0] = ru_tones; in ath11k_hal_rx_parse_mon_status_tlv()
Ddp_tx.c426 u16 rate, ru_tones; in ath11k_dp_tx_update_txcompl() local
449 ru_tones = FIELD_GET(HAL_TX_RATE_STATS_INFO0_TONES_IN_RU, ts->rate_stats); in ath11k_dp_tx_update_txcompl()
505 ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc(ru_tones); in ath11k_dp_tx_update_txcompl()
Dmac.c287 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
291 switch (ru_tones) { in ath11k_mac_he_ru_tones_to_nl80211_he_ru_alloc()