Searched refs:get_txq_stats (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | rdev-ops.h | 614 ret = rdev->ops->get_txq_stats(&rdev->wiphy, wdev, txqstats); in rdev_get_txq_stats()
|
H A D | nl80211.c | 3518 if (rdev->ops->get_txq_stats) { in nl80211_send_iface()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | rdev-ops.h | 628 ret = rdev->ops->get_txq_stats(&rdev->wiphy, wdev, txqstats); in rdev_get_txq_stats()
|
H A D | nl80211.c | 3901 if (rdev->ops->get_txq_stats) { in nl80211_send_iface()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 3896 * @get_txq_stats: Get TXQ stats for interface or phy. If wdev is %NULL, this 4221 int (*get_txq_stats)(struct wiphy *wiphy, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 4351 * @get_txq_stats: Get TXQ stats for interface or phy. If wdev is %NULL, this 4712 int (*get_txq_stats)(struct wiphy *wiphy, member
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 4206 .get_txq_stats = ieee80211_get_txq_stats,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 5129 .get_txq_stats = ieee80211_get_txq_stats,
|
Completed in 79 milliseconds