Searched refs:reception_type (Results 1 – 3 of 3) sorted by relevance
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 …]
160 u8 reception_type; member
2806 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath11k_dp_rx_update_peer_stats()2807 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath11k_dp_rx_update_peer_stats()