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

/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1308 u32 cnt_leak_slot, bt_slot_real, bt_slot_set, cnt_rx_imr; local
1780 cnt_leak_slot = le32_to_cpu(pcysta->v3.slot_cnt[CXST_LK]);
1784 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 &&
1786 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr)
1824 cnt_leak_slot = le16_to_cpu(pcysta->v4.slot_cnt[CXST_LK]);
1828 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 &&
1830 if (cnt_leak_slot < BTC_LEAK_AP_TH * cnt_rx_imr)
1868 cnt_leak_slot = le16_to_cpu(pcysta->v5.slot_cnt[CXST_LK]);
1872 if (cnt_leak_slot != 0 && cnt_rx_imr != 0 &&
1875 cnt_leak_slot < BTC_LEAK_AP_T
[all...]

Completed in 142 milliseconds