Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c1316 u32 cnt_leak_slot, bt_slot_real, bt_slot_set, cnt_rx_imr; in _chk_btc_report() local
1824 cnt_leak_slot = le32_to_cpu(pcysta->v3.slot_cnt[CXST_LK]); in _chk_btc_report()
1828 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1830 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()
1868 cnt_leak_slot = le16_to_cpu(pcysta->v4.slot_cnt[CXST_LK]); in _chk_btc_report()
1872 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1874 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()
1912 cnt_leak_slot = le16_to_cpu(pcysta->v5.slot_cnt[CXST_LK]); in _chk_btc_report()
1916 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 && in _chk_btc_report()
1919 cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr) in _chk_btc_report()