Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/libertas/
Dcfg.c578 u16 intvl; in lbs_ret_scan() local
595 intvl = get_unaligned_le16(pos); in lbs_ret_scan()
645 capa, intvl, ie, ielen, in lbs_ret_scan()
/Linux-v5.4/net/wireless/
Drdev-ops.h794 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument
797 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
799 intvl); in rdev_set_cqm_txe_config()
Dtrace.h1384 u32 pkts, u32 intvl),
1385 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1391 __field(u32, intvl)
1398 __entry->intvl = intvl;
1402 __entry->intvl)
Dnl80211.c10788 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument
10794 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
10804 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
10972 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
10974 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
16059 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument
16073 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dwmi.h2142 __le32 intvl; member
2664 u32 rate, u32 pkts, u32 intvl);
Dcfg80211.c3386 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config() argument
3399 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config()
3402 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
Dwmi.c1614 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify() argument
1626 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
/Linux-v5.4/include/net/
Dcfg80211.h3818 u32 rate, u32 pkts, u32 intvl);
6841 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);