Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c824 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath12k_dp_mon_rx_update_peer_su_stats()
825 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()
903 if (!(ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_MIMO || in ath12k_dp_mon_rx_process_ulofdma()
904 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA || in ath12k_dp_mon_rx_process_ulofdma()
905 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO)) in ath12k_dp_mon_rx_process_ulofdma()
993 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath12k_dp_mon_rx_update_user_stats()
994 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath12k_dp_mon_rx_update_user_stats()
1010 if (ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA || in ath12k_dp_mon_rx_update_user_stats()
1011 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO) in ath12k_dp_mon_rx_update_user_stats()
H A Ddp_peer.h52 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; member
H A Dhal.h674 u8 reception_type; member
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c214 u32 ru_width, reception_type, ru_index = HAL_EHT_RU_INVALID; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local
223 reception_type = le32_get_bits(rx_usr_info->info0, in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
226 switch (reception_type) { in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
228 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
232 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_MIMO; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
236 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_OFDMA; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
240 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
256 if (!(ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_MIMO || in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
257 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA || in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
258 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO)) in ath12k_wifi7_dp_mon_hal_rx_parse_user_info()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2834 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath11k_dp_rx_update_peer_stats()
2835 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath11k_dp_rx_update_peer_stats()