Home
last modified time | relevance | path

Searched refs:intvl (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dcfg.c535 * intvl in lbs_ret_scan()
582 u16 intvl; in lbs_ret_scan() local
599 intvl = get_unaligned_le16(pos); in lbs_ret_scan()
649 capa, intvl, ie, ielen, in lbs_ret_scan()
/kernel/linux/linux-5.10/net/wireless/
H A Drdev-ops.h814 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config()
817 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
819 intvl); in rdev_set_cqm_txe_config()
813 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 Dtrace.h1419 u32 pkts, u32 intvl),
1420 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1426 __field(u32, intvl)
1433 __entry->intvl = intvl;
1437 __entry->intvl)
H A Dnl80211.c11422 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe()
11428 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
11438 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
11607 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
11609 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
16922 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify()
16936 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
11421 nl80211_set_cqm_txe(struct genl_info *info, u32 rate, u32 pkts, u32 intvl) nl80211_set_cqm_txe() argument
16920 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
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dcfg.c578 * intvl in lbs_ret_scan()
625 u16 intvl; in lbs_ret_scan() local
642 intvl = get_unaligned_le16(pos); in lbs_ret_scan()
692 capa, intvl, ie, ielen, in lbs_ret_scan()
/kernel/linux/linux-6.6/net/wireless/
H A Drdev-ops.h831 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config()
834 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config()
836 intvl); in rdev_set_cqm_txe_config()
830 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 Dtrace.h1502 u32 pkts, u32 intvl),
1503 TP_ARGS(wiphy, netdev, rate, pkts, intvl),
1509 __field(u32, intvl)
1516 __entry->intvl = intvl;
1520 __entry->intvl)
H A Dnl80211.c12801 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe()
12807 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe()
12817 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe()
13012 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local
13014 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm()
19187 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify()
19201 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
12800 nl80211_set_cqm_txe(struct genl_info *info, u32 rate, u32 pkts, u32 intvl) nl80211_set_cqm_txe() argument
19185 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
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2142 __le32 intvl; member
2664 u32 rate, u32 pkts, u32 intvl);
H A Dcfg80211.c3383 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config()
3396 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config()
3399 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
3381 ath6kl_cfg80211_set_txe_config(struct wiphy *wiphy, struct net_device *dev, u32 rate, u32 pkts, u32 intvl) ath6kl_cfg80211_set_txe_config() argument
H A Dwmi.c1598 ath6kl_dbg(ATH6KL_DBG_WMI, "TXE notify event: peer %pM rate %d%% pkts %d intvl %ds\n", in ath6kl_wmi_txe_notify_event_rx()
1608 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify()
1620 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
1607 ath6kl_wmi_set_txe_notify(struct wmi *wmi, u8 idx, u32 rate, u32 pkts, u32 intvl) ath6kl_wmi_set_txe_notify() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h2142 __le32 intvl; member
2664 u32 rate, u32 pkts, u32 intvl);
H A Dcfg80211.c3385 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config()
3398 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config()
3401 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
3383 ath6kl_cfg80211_set_txe_config(struct wiphy *wiphy, struct net_device *dev, u32 rate, u32 pkts, u32 intvl) ath6kl_cfg80211_set_txe_config() argument
H A Dwmi.c1598 ath6kl_dbg(ATH6KL_DBG_WMI, "TXE notify event: peer %pM rate %d%% pkts %d intvl %ds\n", in ath6kl_wmi_txe_notify_event_rx()
1608 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify()
1620 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
1607 ath6kl_wmi_set_txe_notify(struct wmi *wmi, u8 idx, u32 rate, u32 pkts, u32 intvl) ath6kl_wmi_set_txe_notify() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c934 bt->scan_info_v1[i].intvl == 0) in _update_bt_report()
943 pscan_v2->para[i].intvl == 0) in _update_bt_report()
6501 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].intvl), in _show_bt_info()
6503 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].intvl), in _show_bt_info()
6505 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].intvl), in _show_bt_info()
6507 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INIT].intvl)); in _show_bt_info()
6512 le16_to_cpu(bt->scan_info_v2[CXSCAN_BG].intvl), in _show_bt_info()
6514 le16_to_cpu(bt->scan_info_v2[CXSCAN_INIT].intvl), in _show_bt_info()
6516 le16_to_cpu(bt->scan_info_v2[CXSCAN_LE].intvl)); in _show_bt_info()
H A Dcore.h1700 __le16 intvl; member
1706 __le16 intvl; member
/kernel/linux/linux-5.10/include/net/
H A Dcfg80211.h4120 u32 rate, u32 pkts, u32 intvl);
7317 * @intvl: interval (in s) over which the TX failure threshold was breached.
7324 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);
/kernel/linux/linux-6.6/include/net/
H A Dcfg80211.h4608 u32 rate, u32 pkts, u32 intvl);
8371 * @intvl: interval (in s) over which the TX failure threshold was breached.
8378 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);

Completed in 133 milliseconds