Home
last modified time | relevance | path

Searched refs:ppdu_stats_info (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath12k/
Dcore.h563 struct list_head ppdu_stats_info; member
Ddp_rx.c1487 if (!list_empty(&ar->ppdu_stats_info)) { in ath12k_dp_htt_get_ppdu_desc()
1488 list_for_each_entry(ppdu_info, &ar->ppdu_stats_info, list) { in ath12k_dp_htt_get_ppdu_desc()
1494 ppdu_info = list_first_entry(&ar->ppdu_stats_info, in ath12k_dp_htt_get_ppdu_desc()
1507 list_add_tail(&ppdu_info->list, &ar->ppdu_stats_info); in ath12k_dp_htt_get_ppdu_desc()
Dmac.c5133 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath12k_mac_op_stop()
7461 INIT_LIST_HEAD(&ar->ppdu_stats_info); in ath12k_mac_allocate()
/drivers/net/wireless/ath/ath11k/
Dcore.h708 struct list_head ppdu_stats_info; member
Ddp_rx.c1541 if (!list_empty(&ar->ppdu_stats_info)) { in ath11k_dp_htt_get_ppdu_desc()
1542 list_for_each_entry(ppdu_info, &ar->ppdu_stats_info, list) { in ath11k_dp_htt_get_ppdu_desc()
1548 ppdu_info = list_first_entry(&ar->ppdu_stats_info, in ath11k_dp_htt_get_ppdu_desc()
1561 list_add_tail(&ppdu_info->list, &ar->ppdu_stats_info); in ath11k_dp_htt_get_ppdu_desc()
Dmac.c6436 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop()
9765 INIT_LIST_HEAD(&ar->ppdu_stats_info); in ath11k_mac_allocate()