Searched refs:intvl (Results 1 – 4 of 4) sorted by relevance
| /linux/net/wireless/ |
| H A D | rdev-ops.h | 841 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() 844 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config() 846 intvl); in rdev_set_cqm_txe_config() 840 rdev_set_cqm_txe_config(struct cfg80211_registered_device * rdev,struct net_device * dev,u32 rate,u32 pkts,u32 intvl) rdev_set_cqm_txe_config() argument
|
| H A D | trace.h | 1663 u32 pkts, u32 intvl), 1664 TP_ARGS(wiphy, netdev, rate, pkts, intvl), 1670 __field(u32, intvl) 1677 __entry->intvl = intvl; 1681 __entry->intvl)
|
| H A D | nl80211.c | 14861 u32 rate, u32 pkts, u32 intvl) in nl80211_join_mesh() 14867 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_join_mesh() 14877 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_join_mesh() 15059 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_send_wowlan_nd() 15061 return nl80211_set_cqm_txe(info, rate, pkts, intvl); 22109 u32 rate, u32 intvl, gfp_t gfp) in nl80211_radar_notify() 22123 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in nl80211_radar_notify() 14535 nl80211_set_cqm_txe(struct genl_info * info,u32 rate,u32 pkts,u32 intvl) nl80211_set_cqm_txe() argument 14733 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); nl80211_set_cqm() local 21712 cfg80211_cqm_txe_notify(struct net_device * dev,const u8 * peer,u32 num_packets,u32 rate,u32 intvl,gfp_t gfp) cfg80211_cqm_txe_notify() argument
|
| /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()
|