Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1337 u16 wl_slot_set = 0, wl_slot_real = 0, val16; in _chk_btc_report() local
1827 wl_slot_set = le16_to_cpu(dm->slot_now.v1[CXST_W1].dur); in _chk_btc_report()
1829 wl_slot_set = le16_to_cpu(dm->slot_now.v7[CXST_W1].dur); in _chk_btc_report()
1861 wl_slot_set = le16_to_cpu(dm->slot_now.v1[CXST_W1].dur); in _chk_btc_report()
1865 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1866 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1909 if (wl_slot_real > wl_slot_set) { in _chk_btc_report()
1910 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
1955 if (wl_slot_real > wl_slot_set) in _chk_btc_report()
1956 diff_t = wl_slot_real - wl_slot_set; in _chk_btc_report()
[all …]