Searched refs:txqstats (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/mac80211/ |
| D | cfg.c | 3821 void ieee80211_fill_txq_stats(struct cfg80211_txq_stats *txqstats, in ieee80211_fill_txq_stats() argument 3824 if (!(txqstats->filled & BIT(NL80211_TXQ_STATS_BACKLOG_BYTES))) { in ieee80211_fill_txq_stats() 3825 txqstats->filled |= BIT(NL80211_TXQ_STATS_BACKLOG_BYTES); in ieee80211_fill_txq_stats() 3826 txqstats->backlog_bytes = txqi->tin.backlog_bytes; in ieee80211_fill_txq_stats() 3829 if (!(txqstats->filled & BIT(NL80211_TXQ_STATS_BACKLOG_PACKETS))) { in ieee80211_fill_txq_stats() 3830 txqstats->filled |= BIT(NL80211_TXQ_STATS_BACKLOG_PACKETS); in ieee80211_fill_txq_stats() 3831 txqstats->backlog_packets = txqi->tin.backlog_packets; in ieee80211_fill_txq_stats() 3834 if (!(txqstats->filled & BIT(NL80211_TXQ_STATS_FLOWS))) { in ieee80211_fill_txq_stats() 3835 txqstats->filled |= BIT(NL80211_TXQ_STATS_FLOWS); in ieee80211_fill_txq_stats() 3836 txqstats->flows = txqi->tin.flows; in ieee80211_fill_txq_stats() [all …]
|
| D | ieee80211_i.h | 2093 void ieee80211_fill_txq_stats(struct cfg80211_txq_stats *txqstats,
|
| /Linux-v5.4/net/wireless/ |
| D | rdev-ops.h | 593 struct cfg80211_txq_stats *txqstats) in rdev_get_txq_stats() argument 597 ret = rdev->ops->get_txq_stats(&rdev->wiphy, wdev, txqstats); in rdev_get_txq_stats()
|
| D | nl80211.c | 989 struct cfg80211_txq_stats *txqstats, in nl80211_put_txq_stats() argument 995 if (txqstats->filled & BIT(NL80211_TXQ_STATS_ ## attr) && \ in nl80211_put_txq_stats() 996 nla_put_u32(msg, NL80211_TXQ_STATS_ ## attr, txqstats->memb)) \ in nl80211_put_txq_stats() 2410 struct cfg80211_txq_stats txqstats = {}; in nl80211_send_wiphy() local 2413 res = rdev_get_txq_stats(rdev, NULL, &txqstats); in nl80211_send_wiphy() 2415 !nl80211_put_txq_stats(msg, &txqstats, in nl80211_send_wiphy() 3262 struct cfg80211_txq_stats txqstats = {}; in nl80211_send_iface() local 3263 int ret = rdev_get_txq_stats(rdev, wdev, &txqstats); in nl80211_send_iface() 3266 !nl80211_put_txq_stats(msg, &txqstats, in nl80211_send_iface()
|
| /Linux-v5.4/include/net/ |
| D | cfg80211.h | 3919 struct cfg80211_txq_stats *txqstats);
|