Home
last modified time | relevance | path

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

/net/wireless/
Drdev-ops.h819 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument
822 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
824 intvl); in rdev_set_cqm_txe_config()
Dtrace.h1485 u32 pkts, u32 intvl),
1486 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1492 __field(u32, intvl)
1499 __entry->intvl = intvl;
1503 __entry->intvl)
Dnl80211.c12660 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
12666 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
12676 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
12848 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
12850 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
18893 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
18907 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()