Searched refs:intvl (Results 1 – 9 of 9) 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() argument 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()
|
| 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 | 15036 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument 15042 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe() 15052 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe() 15234 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local 15236 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm() 22307 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument 22321 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.h | 2132 __le32 intvl; member 2654 u32 rate, u32 pkts, u32 intvl);
|
| H A D | cfg80211.c | 3392 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config() argument 3405 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config() 3408 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
|
| H A D | wmi.c | 1631 u32 rate, u32 pkts, u32 intvl) in ath6kl_wmi_set_txe_notify() argument 1643 cmd->intvl = cpu_to_le32(intvl); in ath6kl_wmi_set_txe_notify()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 1563 bt->scan_info_v1[i].intvl == 0) in _update_bt_report() 1572 pscan_v2->para[i].intvl == 0) in _update_bt_report() 1581 pscan_v7->para[i].intvl == 0) in _update_bt_report() 1594 pscan_v8->para[i].intvl == 0) in _update_bt_report() 10201 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].intvl), in _show_bt_info() 10203 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].intvl), in _show_bt_info() 10205 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].intvl), in _show_bt_info() 10207 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INIT].intvl)); in _show_bt_info() 10212 le16_to_cpu(bt->scan_info_v2[CXSCAN_BG].intvl), in _show_bt_info() 10214 le16_to_cpu(bt->scan_info_v2[CXSCAN_INIT].intvl), in _show_bt_info() [all …]
|
| H A D | core.h | 2651 __le16 intvl; member 2657 __le16 intvl; member
|
| /linux/include/net/ |
| H A D | cfg80211.h | 5486 u32 rate, u32 pkts, u32 intvl); 9736 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);
|