Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c884 sizeof(btc->dm.slot_now.v7)); in _reset_btc_var()
886 memcpy(&btc->dm.slot_now.v1, s_def, in _reset_btc_var()
887 sizeof(btc->dm.slot_now.v1)); in _reset_btc_var()
1790 sizeof(dm->slot_now.v7)); in _chk_btc_report()
1792 memcmp(dm->slot_now.v7, in _chk_btc_report()
1794 sizeof(dm->slot_now.v7))); in _chk_btc_report()
1799 sizeof(dm->slot_now.v1)); in _chk_btc_report()
1801 memcmp(dm->slot_now.v1, in _chk_btc_report()
1803 sizeof(dm->slot_now.v1))); in _chk_btc_report()
2607 memcpy(&dm->slot_now.v7, &dm->slot.v7, sizeof(dm->slot_now.v7)); in _fw_set_policy()
[all …]
H A Dcore.h2911 union rtw89_btc_fbtc_slot_u slot_now; member