Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c892 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()
H A Ddebugfs_sta.c214 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()
H A Ddp_peer.h52 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; member
H A Dhal.h667 u8 reception_type; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c1000 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()
H A Ddebugfs_sta.c434 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()
H A Dhal_rx.h160 u8 reception_type; member
H A Dcore.h451 u64 reception_type[HAL_RX_RECEPTION_TYPE_MAX]; 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 …]