Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c66 const struct htt_ppdu_stats_user_rate *user_rate; in ath12k_htt_tlv_ppdu_stats_parse()
85 if (len < sizeof(struct htt_ppdu_stats_user_rate)) { in ath12k_htt_tlv_ppdu_stats_parse()
100 sizeof(struct htt_ppdu_stats_user_rate)); in ath12k_htt_tlv_ppdu_stats_parse()
192 struct htt_ppdu_stats_user_rate *user_rate; in ath12k_update_per_peer_tx_stats()
H A Ddp_htt.h1182 struct htt_ppdu_stats_user_rate { struct
1265 struct htt_ppdu_stats_user_rate rate;
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.h1277 struct htt_ppdu_stats_user_rate { struct
1359 struct htt_ppdu_stats_user_rate rate;
H A Ddp_rx.c1263 if (len < sizeof(struct htt_ppdu_stats_user_rate)) { in ath11k_htt_tlv_ppdu_stats_parse()
1269 peer_id = ((struct htt_ppdu_stats_user_rate *)ptr)->sw_peer_id; in ath11k_htt_tlv_ppdu_stats_parse()
1278 sizeof(struct htt_ppdu_stats_user_rate)); in ath11k_htt_tlv_ppdu_stats_parse()
1370 struct htt_ppdu_stats_user_rate *user_rate; in ath11k_update_per_peer_tx_stats()