/openbmc/linux/Documentation/netlink/specs/ |
H A D | rt_link.yaml | 1072 name: mcast-last-member-intvl 1075 name: mcast-membership-intvl 1078 name: mcast-querier-intvl 1081 name: mcast-query-intvl 1084 name: mcast-query-response-intvl 1087 name: mcast-startup-query-intvl
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 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()
|
/openbmc/linux/net/wireless/ |
H A D | rdev-ops.h | 835 struct net_device *dev, u32 rate, u32 pkts, u32 intvl) in rdev_set_cqm_txe_config() argument 838 trace_rdev_set_cqm_txe_config(&rdev->wiphy, dev, rate, pkts, intvl); in rdev_set_cqm_txe_config() 840 intvl); in rdev_set_cqm_txe_config()
|
H A D | trace.h | 1502 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 D | nl80211.c | 12840 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument 12846 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe() 12856 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe() 13051 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local 13053 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm() 19224 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument 19238 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 2142 __le32 intvl; member 2664 u32 rate, u32 pkts, u32 intvl);
|
H A D | cfg80211.c | 3385 u32 rate, u32 pkts, u32 intvl) in ath6kl_cfg80211_set_txe_config() argument 3398 vif->txe_intvl = intvl; in ath6kl_cfg80211_set_txe_config() 3401 rate, pkts, intvl); in ath6kl_cfg80211_set_txe_config()
|
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()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 934 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 D | core.h | 1700 __le16 intvl; member 1706 __le16 intvl; member
|
/openbmc/linux/include/net/ |
H A D | cfg80211.h | 4608 u32 rate, u32 pkts, u32 intvl); 8380 u32 num_packets, u32 rate, u32 intvl, gfp_t gfp);
|