Home
last modified time | relevance | path

Searched refs:num_ppdu (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c4073 u8 ppdu_len, num_ppdu; in ath10k_htt_fetch_peer_stats() local
4075 num_ppdu = resp->peer_tx_stats.num_ppdu; in ath10k_htt_fetch_peer_stats()
4078 if (skb->len < sizeof(struct htt_resp_hdr) + num_ppdu * ppdu_len) { in ath10k_htt_fetch_peer_stats()
4097 for (i = 0; i < num_ppdu; i++) { in ath10k_htt_fetch_peer_stats()
H A Dhtt.h1667 u8 num_ppdu; member