Searched refs:reception_type (Results 1 – 9 of 9) sorted by relevance
892 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath12k_dp_mon_rx_update_peer_su_stats()893 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()971 if (!(ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_MIMO || in ath12k_dp_mon_rx_process_ulofdma()972 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA || in ath12k_dp_mon_rx_process_ulofdma()973 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO)) in ath12k_dp_mon_rx_process_ulofdma()1061 if (ppdu_info->reception_type < HAL_RX_RECEPTION_TYPE_MAX) in ath12k_dp_mon_rx_update_user_stats()1062 rx_stats->reception_type[ppdu_info->reception_type] += num_msdu; in ath12k_dp_mon_rx_update_user_stats()1078 if (ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA || in ath12k_dp_mon_rx_update_user_stats()1079 ppdu_info->reception_type == HAL_RX_RECEPTION_TYPE_MU_OFDMA_MIMO) in ath12k_dp_mon_rx_update_user_stats()
214 rx_stats->reception_type[0], rx_stats->reception_type[1], in ath12k_dbg_sta_dump_rx_stats()215 rx_stats->reception_type[2], rx_stats->reception_type[3]); in ath12k_dbg_sta_dump_rx_stats()
52 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; member
667 u8 reception_type; member
1000 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath11k_hal_rx_parse_mon_status_tlv()1009 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath11k_hal_rx_parse_mon_status_tlv()1018 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath11k_hal_rx_parse_mon_status_tlv()1060 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath11k_hal_rx_parse_mon_status_tlv()1062 ppdu_info->reception_type = in ath11k_hal_rx_parse_mon_status_tlv()1209 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_SU; in ath11k_hal_rx_parse_mon_status_tlv()1355 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_MIMO; in ath11k_hal_rx_parse_mon_status_tlv()1370 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_MIMO; in ath11k_hal_rx_parse_mon_status_tlv()1440 ppdu_info->reception_type = HAL_RX_RECEPTION_TYPE_MU_OFDMA; in ath11k_hal_rx_parse_mon_status_tlv()
434 rx_stats->reception_type[0], rx_stats->reception_type[1], in ath11k_dbg_sta_dump_rx_stats()435 rx_stats->reception_type[2], rx_stats->reception_type[3]); in ath11k_dbg_sta_dump_rx_stats()
160 u8 reception_type; member
451 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; 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 …]