Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c174 _rtw_memset(psta->txsc_entry_cache, 0x0, sizeof(struct txsc_entry) * CORE_TXSC_ENTRY_NUM); in txsc_clear()
211 if (!psta->txsc_entry_cache[j].txsc_is_used) 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()
391 ptxsc_ethdr = (u8 *)&psta->txsc_entry_cache[psta->txsc_cache_idx].txsc_ethdr; in txsc_get_sc_entry()
395 (pskb->len <= psta->txsc_entry_cache[psta->txsc_cache_idx].txsc_frag_len)) { in txsc_get_sc_entry()
405 if (i != psta->txsc_cache_idx && psta->txsc_entry_cache[i].txsc_is_used) { in txsc_get_sc_entry()
407 ptxsc_ethdr = (u8 *)&(psta->txsc_entry_cache[i].txsc_ethdr); in txsc_get_sc_entry()
409 (pskb->len <= psta->txsc_entry_cache[i].txsc_frag_len)) { in txsc_get_sc_entry()
467 ptxsc_ethdr = (u8 *)&psta->txsc_entry_cache[idx].txsc_ethdr; in txsc_prepare_sc_entry()
469 ptxsc_wlhdr = psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
[all …]
H A Drtw_sta_mgt.c726 if (psta->txsc_entry_cache[i].txsc_wlhdr) { in _rtw_free_core_stainfo()
727 rtw_mfree(psta->txsc_entry_cache[i].txsc_wlhdr, CORE_TXSC_WLHDR_SIZE); in _rtw_free_core_stainfo()
728 psta->txsc_entry_cache[i].txsc_wlhdr = NULL; in _rtw_free_core_stainfo()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c174 _rtw_memset(psta->txsc_entry_cache, 0x0, sizeof(struct txsc_entry) * CORE_TXSC_ENTRY_NUM); in txsc_clear()
211 if (!psta->txsc_entry_cache[j].txsc_is_used) 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()
391 ptxsc_ethdr = (u8 *)&psta->txsc_entry_cache[psta->txsc_cache_idx].txsc_ethdr; in txsc_get_sc_entry()
395 (pskb->len <= psta->txsc_entry_cache[psta->txsc_cache_idx].txsc_frag_len)) { in txsc_get_sc_entry()
405 if (i != psta->txsc_cache_idx && psta->txsc_entry_cache[i].txsc_is_used) { in txsc_get_sc_entry()
407 ptxsc_ethdr = (u8 *)&(psta->txsc_entry_cache[i].txsc_ethdr); in txsc_get_sc_entry()
409 (pskb->len <= psta->txsc_entry_cache[i].txsc_frag_len)) { in txsc_get_sc_entry()
467 ptxsc_ethdr = (u8 *)&psta->txsc_entry_cache[idx].txsc_ethdr; in txsc_prepare_sc_entry()
469 ptxsc_wlhdr = psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
[all …]
H A Drtw_sta_mgt.c726 if (psta->txsc_entry_cache[i].txsc_wlhdr) { in _rtw_free_core_stainfo()
727 rtw_mfree(psta->txsc_entry_cache[i].txsc_wlhdr, CORE_TXSC_WLHDR_SIZE); in _rtw_free_core_stainfo()
728 psta->txsc_entry_cache[i].txsc_wlhdr = NULL; in _rtw_free_core_stainfo()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dsta_info.h568 struct txsc_entry txsc_entry_cache[CORE_TXSC_ENTRY_NUM]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dsta_info.h569 struct txsc_entry txsc_entry_cache[CORE_TXSC_ENTRY_NUM]; member