Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c171 psta->txsc_cache_hit = 0; in txsc_clear()
207 RTW_PRINT("[txsc][core] txsc_cache_hit:%d\n", psta->txsc_cache_hit); in txsc_dump()
214 RTW_PRINT(" [%d][txsc][core] txsc_core_hit:%d\n", j, psta->txsc_entry_cache[j].txsc_cache_hit); in txsc_dump()
216 RTW_PRINT(" [%d][txsc][phl] txsc_phl_hit:%d\n", j, psta->phl_sta->phl_txsc[j].txsc_cache_hit); in txsc_dump()
707 psta->txsc_cache_hit++; in txsc_apply_sc_cached_entry()
708 txsc->txsc_cache_hit++; in txsc_apply_sc_cached_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c171 psta->txsc_cache_hit = 0; in txsc_clear()
207 RTW_PRINT("[txsc][core] txsc_cache_hit:%d\n", psta->txsc_cache_hit); in txsc_dump()
214 RTW_PRINT(" [%d][txsc][core] txsc_core_hit:%d\n", j, psta->txsc_entry_cache[j].txsc_cache_hit); in txsc_dump()
216 RTW_PRINT(" [%d][txsc][phl] txsc_phl_hit:%d\n", j, psta->phl_sta->phl_txsc[j].txsc_cache_hit); in txsc_dump()
707 psta->txsc_cache_hit++; in txsc_apply_sc_cached_entry()
708 txsc->txsc_cache_hit++; in txsc_apply_sc_cached_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_xmit_shortcut.h74 u32 txsc_cache_hit; member
H A Dsta_info.h562 u32 txsc_cache_hit; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_xmit_shortcut.h74 u32 txsc_cache_hit; member
H A Dsta_info.h561 u32 txsc_cache_hit; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h1851 u32 txsc_cache_hit; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h1830 u32 txsc_cache_hit; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c2573 ptxsc->txsc_cache_hit++; in _phl_txsc_apply_shortcut()