OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txq_stats
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
driver_nl80211.c
7777
struct nlattr *
txq_stats
[NL80211_TXQ_STATS_MAX + 1];
local
7788
nla_parse_nested(
txq_stats
, NL80211_TXQ_STATS_MAX,
7793
if (
txq_stats
[NL80211_TXQ_STATS_BACKLOG_BYTES])
7795
txq_stats
[NL80211_TXQ_STATS_BACKLOG_BYTES]);
7796
if (
txq_stats
[NL80211_TXQ_STATS_BACKLOG_PACKETS])
7798
txq_stats
[NL80211_TXQ_STATS_BACKLOG_PACKETS]);
driver_nl80211.c
7777
struct nlattr *
txq_stats
[NL80211_TXQ_STATS_MAX + 1];
local
7788
nla_parse_nested(
txq_stats
, NL80211_TXQ_STATS_MAX,
7793
if (
txq_stats
[NL80211_TXQ_STATS_BACKLOG_BYTES])
7795
txq_stats
[NL80211_TXQ_STATS_BACKLOG_BYTES]);
7796
if (
txq_stats
[NL80211_TXQ_STATS_BACKLOG_PACKETS])
7798
txq_stats
[NL80211_TXQ_STATS_BACKLOG_PACKETS]);
Completed in 133 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026