Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Drdev-ops.h722 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument
725 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
727 intvl); in rdev_set_cqm_txe_config()
Dtrace.h1269 u32 pkts, u32 intvl),
1270 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1276 __field(u32, intvl)
1283 __entry->intvl = intvl;
1287 __entry->intvl)
Dnl80211.c8726 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
8732 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
8742 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
8797 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
8799 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
12552 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
12566 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
/linux-4.4.14/drivers/net/wireless/libertas/
Dcfg.c588 u16 intvl; in lbs_ret_scan() local
605 intvl = get_unaligned_le16(pos); in lbs_ret_scan()
655 capa, intvl, ie, ielen, in lbs_ret_scan()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dwmi.h2142 __le32 intvl; member
2664 u32 rate, u32 pkts, u32 intvl);
Dcfg80211.c3377 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config() argument
3390 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config()
3393 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
Dwmi.c1604 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify() argument
1616 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
/linux-4.4.14/include/net/
Dcfg80211.h2677 u32 rate, u32 pkts, u32 intvl);
4840 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);