Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1331 u32 cnt_leak_slot, bt_slot_real, bt_slot_set, cnt_rx_imr; in _chk_btc_report() local
1839 cnt_leak_slot = le32_to_cpu(pcysta->v3.slot_cnt[CXST_LK]); in _chk_btc_report()
1843 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1845 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()
1883 cnt_leak_slot = le16_to_cpu(pcysta->v4.slot_cnt[CXST_LK]); in _chk_btc_report()
1887 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1889 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()
1927 cnt_leak_slot = le16_to_cpu(pcysta->v5.slot_cnt[CXST_LK]); in _chk_btc_report()
1931 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1934 cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()