Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c861 sizeof(btc->dm.slot_now.v7)); in _reset_btc_var()
863 memcpy(&btc->dm.slot_now.v1, s_def, in _reset_btc_var()
864 sizeof(btc->dm.slot_now.v1)); in _reset_btc_var()
1766 sizeof(dm->slot_now.v7)); in _chk_btc_report()
1768 memcmp(dm->slot_now.v7, in _chk_btc_report()
1770 sizeof(dm->slot_now.v7))); in _chk_btc_report()
1775 sizeof(dm->slot_now.v1)); in _chk_btc_report()
1777 memcmp(dm->slot_now.v1, in _chk_btc_report()
1779 sizeof(dm->slot_now.v1))); in _chk_btc_report()
2579 memcpy(&dm->slot_now.v7, &dm->slot.v7, sizeof(dm->slot_now.v7)); in _fw_set_policy()
[all …]
H A Dcore.h2895 union rtw89_btc_fbtc_slot_u slot_now; member