Home
last modified time | relevance | path

Searched refs:txsc_cache_num (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c168 psta->txsc_cache_num = 0; in txsc_clear()
302 if (psta->txsc_cache_num > 0) in txsc_add_sc_check()
384 if (psta->txsc_cache_num == 0) { in txsc_get_sc_entry()
454 if (pxmitpriv->txsc_enable && psta->txsc_cache_num > 0) in txsc_prepare_sc_entry()
513 if (psta->txsc_cache_num < CORE_TXSC_ENTRY_NUM) in txsc_prepare_sc_entry()
514 psta->txsc_cache_num++; in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c168 psta->txsc_cache_num = 0; in txsc_clear()
302 if (psta->txsc_cache_num > 0) in txsc_add_sc_check()
384 if (psta->txsc_cache_num == 0) { in txsc_get_sc_entry()
454 if (pxmitpriv->txsc_enable && psta->txsc_cache_num > 0) in txsc_prepare_sc_entry()
513 if (psta->txsc_cache_num < CORE_TXSC_ENTRY_NUM) in txsc_prepare_sc_entry()
514 psta->txsc_cache_num++; in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dsta_info.h567 u8 txsc_cache_num; /* num of txsc entry */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dsta_info.h568 u8 txsc_cache_num; /* num of txsc entry */ member