Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c7777 struct nlattr *txq_stats[NL80211_TXQ_STATS_MAX + 1]; in get_sta_tid_stats() local
7788 nla_parse_nested(txq_stats, NL80211_TXQ_STATS_MAX, in get_sta_tid_stats()
7793 if (txq_stats[NL80211_TXQ_STATS_BACKLOG_BYTES]) in get_sta_tid_stats()
7795 txq_stats[NL80211_TXQ_STATS_BACKLOG_BYTES]); in get_sta_tid_stats()
7796 if (txq_stats[NL80211_TXQ_STATS_BACKLOG_PACKETS]) in get_sta_tid_stats()
7798 txq_stats[NL80211_TXQ_STATS_BACKLOG_PACKETS]); in get_sta_tid_stats()