Home
last modified time | relevance | path

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

/net/wireless/
Drdev-ops.h674 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument
677 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
679 intvl); in rdev_set_cqm_txe_config()
Dtrace.h1189 u32 pkts, u32 intvl),
1190 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1196 __field(u32, intvl)
1203 __entry->intvl = intvl;
1207 __entry->intvl)
Dnl80211.c8099 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
8105 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
8115 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
8170 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
8172 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
11570 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
11604 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()