Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c67 const struct htt_ppdu_stats_user_rate *user_rate; in ath12k_htt_tlv_ppdu_stats_parse()
86 if (len < sizeof(struct htt_ppdu_stats_user_rate)) { in ath12k_htt_tlv_ppdu_stats_parse()
101 sizeof(struct htt_ppdu_stats_user_rate)); in ath12k_htt_tlv_ppdu_stats_parse()
193 struct htt_ppdu_stats_user_rate *user_rate; in ath12k_update_per_peer_tx_stats()
H A Ddp_htt.h1194 struct htt_ppdu_stats_user_rate { struct
1277 struct htt_ppdu_stats_user_rate rate;
/linux/drivers/net/wireless/ath/ath11k/
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()