Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp.h1278 struct htt_ppdu_stats_user_rate { struct
1360 struct htt_ppdu_stats_user_rate rate;
H A Ddp_rx.c1264 if (len < sizeof(struct htt_ppdu_stats_user_rate)) { in ath11k_htt_tlv_ppdu_stats_parse()
1270 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1279 sizeof(struct htt_ppdu_stats_user_rate)); in ath11k_htt_tlv_ppdu_stats_parse()
1371 struct htt_ppdu_stats_user_rate *user_rate; in ath11k_update_per_peer_tx_stats()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp.h1536 struct htt_ppdu_stats_user_rate { struct
1619 struct htt_ppdu_stats_user_rate rate;
H A Ddp_rx.c1239 const struct htt_ppdu_stats_user_rate *user_rate; in ath12k_htt_tlv_ppdu_stats_parse()
1258 if (len < sizeof(struct htt_ppdu_stats_user_rate)) { in ath12k_htt_tlv_ppdu_stats_parse()
1273 sizeof(struct htt_ppdu_stats_user_rate)); in ath12k_htt_tlv_ppdu_stats_parse()
1367 struct htt_ppdu_stats_user_rate *user_rate; in ath12k_update_per_peer_tx_stats()