Searched refs:intvl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 1223 bt->scan_info_v1[i].intvl == 0) in _update_bt_report() 1232 pscan_v2->para[i].intvl == 0) in _update_bt_report() 1241 pscan_v7->para[i].intvl == 0) in _update_bt_report() 8526 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INQ].intvl), in _show_bt_info() 8528 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_PAGE].intvl), in _show_bt_info() 8530 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_BLE].intvl), in _show_bt_info() 8532 le16_to_cpu(bt->scan_info_v1[BTC_SCAN_INIT].intvl)); in _show_bt_info() 8537 le16_to_cpu(bt->scan_info_v2[CXSCAN_BG].intvl), in _show_bt_info() 8539 le16_to_cpu(bt->scan_info_v2[CXSCAN_INIT].intvl), in _show_bt_info() 8541 le16_to_cpu(bt->scan_info_v2[CXSCAN_LE].intvl)); in _show_bt_info()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
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()
|
/linux/net/wireless/ |
H A D | nl80211.c | 13003 u32 rate, u32 pkts, u32 intvl) in nl80211_set_cqm_txe() argument 13009 if (rate > 100 || intvl > NL80211_CQM_TXE_MAX_INTVL) in nl80211_set_cqm_txe() 13019 return rdev_set_cqm_txe_config(rdev, dev, rate, pkts, intvl); in nl80211_set_cqm_txe() 13202 u32 intvl = nla_get_u32(attrs[NL80211_ATTR_CQM_TXE_INTVL]); in nl80211_set_cqm() local 13204 return nl80211_set_cqm_txe(info, rate, pkts, intvl); in nl80211_set_cqm() 19458 u32 rate, u32 intvl, gfp_t gfp) in cfg80211_cqm_txe_notify() argument 19472 if (nla_put_u32(msg, NL80211_ATTR_CQM_TXE_INTVL, intvl)) in cfg80211_cqm_txe_notify()
|