Home
last modified time | relevance | path

Searched refs:ppdu_stats (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c1180 static int ath12k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath12k_get_ppdu_user_index() argument
1186 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath12k_get_ppdu_user_index()
1187 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath12k_get_ppdu_user_index()
1218 memcpy(&ppdu_info->ppdu_stats.common, ptr, in ath12k_htt_tlv_ppdu_stats_parse()
1229 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1233 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1249 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1253 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath12k_htt_tlv_ppdu_stats_parse()
1270 cur_user = ath12k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath12k_htt_tlv_ppdu_stats_parse()
1274 user_stats = &ppdu_info->ppdu_stats in ath12k_htt_tlv_ppdu_stats_parse()
1323 ath12k_update_per_peer_tx_stats(struct ath12k *ar, struct htt_ppdu_stats *ppdu_stats, u8 user) ath12k_update_per_peer_tx_stats() argument
1471 ath12k_htt_update_ppdu_stats(struct ath12k *ar, struct htt_ppdu_stats *ppdu_stats) ath12k_htt_update_ppdu_stats() argument
[all...]
H A Ddp.h1560 struct htt_ppdu_stats ppdu_stats; member
H A Dmac.c5114 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath12k_mac_op_stop() local
5133 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath12k_mac_op_stop()
5134 list_del(&ppdu_stats->list); in ath12k_mac_op_stop()
5135 kfree(ppdu_stats); in ath12k_mac_op_stop()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1167 static inline int ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath11k_get_ppdu_user_index() argument
1173 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1174 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1202 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1213 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1217 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1232 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1236 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1253 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1257 user_stats = &ppdu_info->ppdu_stats in ath11k_htt_tlv_ppdu_stats_parse()
1325 ath11k_update_per_peer_tx_stats(struct ath11k *ar, struct htt_ppdu_stats *ppdu_stats, u8 user) ath11k_update_per_peer_tx_stats() argument
1480 ath11k_htt_update_ppdu_stats(struct ath11k *ar, struct htt_ppdu_stats *ppdu_stats) ath11k_htt_update_ppdu_stats() argument
[all...]
H A Ddp.h1331 struct htt_ppdu_stats ppdu_stats; member
H A Dmac.c4276 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local
4295 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop()
4296 list_del(&ppdu_stats->list); in ath11k_mac_op_stop()
4297 kfree(ppdu_stats); in ath11k_mac_op_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1233 static inline int ath11k_get_ppdu_user_index(struct htt_ppdu_stats *ppdu_stats, in ath11k_get_ppdu_user_index() argument
1239 if (ppdu_stats->user_stats[i].is_valid_peer_id) { in ath11k_get_ppdu_user_index()
1240 if (peer_id == ppdu_stats->user_stats[i].peer_id) in ath11k_get_ppdu_user_index()
1268 memcpy((void *)&ppdu_info->ppdu_stats.common, ptr, in ath11k_htt_tlv_ppdu_stats_parse()
1279 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1283 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1298 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1302 user_stats = &ppdu_info->ppdu_stats.user_stats[cur_user]; in ath11k_htt_tlv_ppdu_stats_parse()
1319 cur_user = ath11k_get_ppdu_user_index(&ppdu_info->ppdu_stats, in ath11k_htt_tlv_ppdu_stats_parse()
1323 user_stats = &ppdu_info->ppdu_stats in ath11k_htt_tlv_ppdu_stats_parse()
1372 ath11k_update_per_peer_tx_stats(struct ath11k *ar, struct htt_ppdu_stats *ppdu_stats, u8 user) ath11k_update_per_peer_tx_stats() argument
1523 ath11k_htt_update_ppdu_stats(struct ath11k *ar, struct htt_ppdu_stats *ppdu_stats) ath11k_htt_update_ppdu_stats() argument
[all...]
H A Ddp.h1397 struct htt_ppdu_stats ppdu_stats; member
H A Dmac.c6411 struct htt_ppdu_stats_info *ppdu_stats, *tmp; in ath11k_mac_op_stop() local
6436 list_for_each_entry_safe(ppdu_stats, tmp, &ar->ppdu_stats_info, list) { in ath11k_mac_op_stop()
6437 list_del(&ppdu_stats->list); in ath11k_mac_op_stop()
6438 kfree(ppdu_stats); in ath11k_mac_op_stop()

Completed in 51 milliseconds