Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_xmit_shortcut.h62 u8 *txsc_wlhdr; member
64 u8 txsc_wlhdr[CORE_TXSC_WLHDR_SIZE]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_xmit_shortcut.h62 u8 *txsc_wlhdr; member
64 u8 txsc_wlhdr[CORE_TXSC_WLHDR_SIZE]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c469 ptxsc_wlhdr = psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
471 ptxsc_wlhdr = (u8 *)&psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
486 psta->txsc_entry_cache[idx].txsc_wlhdr = ptxsc_wlhdr; in txsc_prepare_sc_entry()
590 ptxsc_wlhdr = (u8 *)txsc->txsc_wlhdr; in txsc_apply_sc_cached_entry()
650 hdr = txsc->txsc_wlhdr; in txsc_apply_sc_cached_entry()
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.c469 ptxsc_wlhdr = psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
471 ptxsc_wlhdr = (u8 *)&psta->txsc_entry_cache[idx].txsc_wlhdr; in txsc_prepare_sc_entry()
486 psta->txsc_entry_cache[idx].txsc_wlhdr = ptxsc_wlhdr; in txsc_prepare_sc_entry()
590 ptxsc_wlhdr = (u8 *)txsc->txsc_wlhdr; in txsc_apply_sc_cached_entry()
650 hdr = txsc->txsc_wlhdr; in txsc_apply_sc_cached_entry()
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()