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.h1489 u32 pkts, u32 intvl),
1490 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1496 __field(u32, intvl)
1503 __entry->intvl = intvl;
1507 __entry->intvl)
Dnl80211.c12596 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
12602 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
12612 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
12782 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
12784 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
18815 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
18829 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()