get_txq_stats    3922 include/net/cfg80211.h 	int	(*get_txq_stats)(struct wiphy *wiphy,
get_txq_stats    4061 net/mac80211/cfg.c 	.get_txq_stats = ieee80211_get_txq_stats,
get_txq_stats    3265 net/wireless/nl80211.c 	if (rdev->ops->get_txq_stats) {
get_txq_stats     601 net/wireless/rdev-ops.h 	ret = rdev->ops->get_txq_stats(&rdev->wiphy, wdev, txqstats);