Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c626 u16 intvl; in lbs_ret_scan() local
643 intvl = get_unaligned_le16(pos); in lbs_ret_scan()
693 capa, intvl, ie, ielen, in lbs_ret_scan()
/linux/net/wireless/
H A Drdev-ops.h840 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 Dtrace.h1636 u32 pkts, u32 intvl),
1637 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1643 __field(u32, intvl)
1650 __entry->intvl = intvl;
1654 __entry->intvl)
H A Dnl80211.c14069 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
14075 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
14085 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
14268 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
14270 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
20722 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
20736 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2142 __le32 intvl; member
2664 u32 rate, u32 pkts, u32 intvl);
H A Dcfg80211.c3389 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config() argument
3402 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config()
3405 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
H A Dwmi.c1608 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()
/linux/include/net/
H A Dcfg80211.h5049 u32 rate, u32 pkts, u32 intvl);
9182 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);