Searched refs:intvl (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | rdev-ops.h | 840 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument 843 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config() 845 intvl); in rdev_set_cqm_txe_config()
|
| H A D | trace.h | 1653 u32 pkts, u32 intvl), 1654 TP_ARGS(wiphy, netdev, rate, pkts, intvl), 1660 __field(u32, intvl) 1667 __entry->intvl = intvl; 1671 __entry->intvl)
|
| H A D | nl80211.c | 14526 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument 14532 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe() 14542 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe() 14724 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local 14726 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm() 21703 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument 21717 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 1608 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify() argument 1620 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
|