Home
last modified time | relevance | path

Searched refs:HTT_PPDU_STATS_MAX_USERS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.h1387 #define HTT_PPDU_STATS_MAX_USERS 8 macro
1392 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS];
H A Ddp_rx.c1238 for (i = 0; i < HTT_PPDU_STATS_MAX_USERS - 1; i++) { in ath11k_get_ppdu_user_index()
1528 for (user = 0; user < HTT_PPDU_STATS_MAX_USERS - 1; user++) in ath11k_htt_update_ppdu_stats()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.h1545 #define HTT_PPDU_STATS_MAX_USERS 8 macro
1550 struct htt_ppdu_user_stats user_stats[HTT_PPDU_STATS_MAX_USERS];
H A Ddp_rx.c1185 for (i = 0; i < HTT_PPDU_STATS_MAX_USERS - 1; i++) { in ath12k_get_ppdu_user_index()
1476 for (user = 0; user < HTT_PPDU_STATS_MAX_USERS - 1; user++) in ath12k_htt_update_ppdu_stats()
1593 if (ppdu_info->ppdu_stats.common.num_users >= HTT_PPDU_STATS_MAX_USERS) { in ath12k_htt_pull_ppdu_stats()
1598 HTT_PPDU_STATS_MAX_USERS); in ath12k_htt_pull_ppdu_stats()