Searched refs:reception_type (Results 1 – 5 of 5) sorted by relevance
824 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()
52 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; member
674 u8 reception_type; member
214 u32 ru_width, reception_type, ru_index = HAL_EHT_RU_INVALID; in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() local223 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 …]
2834 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()