Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c170 psta->txsc_cache_idx = 0; in txsc_clear()
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()
399 txsc_pkt->txsc_id = psta->txsc_cache_idx; 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()
414 psta->txsc_cache_idx = i; in txsc_get_sc_entry()
511 psta->txsc_cache_idx = idx; in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c170 psta->txsc_cache_idx = 0; in txsc_clear()
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()
399 txsc_pkt->txsc_id = psta->txsc_cache_idx; 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()
414 psta->txsc_cache_idx = i; in txsc_get_sc_entry()
511 psta->txsc_cache_idx = idx; in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dsta_info.h566 u8 txsc_cache_idx; /* latest cache idx */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dsta_info.h567 u8 txsc_cache_idx; /* latest cache idx */ member