Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c169 psta->txsc_cur_idx = 0; in txsc_clear()
204 RTW_PRINT("[txsc] cur_idx:%d\n", psta->txsc_cur_idx); in txsc_dump()
465 idx = psta->txsc_cur_idx; in txsc_prepare_sc_entry()
512 psta->txsc_cur_idx = (psta->txsc_cur_idx + 1) % CORE_TXSC_ENTRY_NUM; in txsc_prepare_sc_entry()
531 idx, psta->txsc_cur_idx, txreq->shortcut_id, psta->txsc_entry_cache[idx].txsc_frag_len); in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c169 psta->txsc_cur_idx = 0; in txsc_clear()
204 RTW_PRINT("[txsc] cur_idx:%d\n", psta->txsc_cur_idx); in txsc_dump()
465 idx = psta->txsc_cur_idx; in txsc_prepare_sc_entry()
512 psta->txsc_cur_idx = (psta->txsc_cur_idx + 1) % CORE_TXSC_ENTRY_NUM; in txsc_prepare_sc_entry()
531 idx, psta->txsc_cur_idx, txreq->shortcut_id, psta->txsc_entry_cache[idx].txsc_frag_len); in txsc_prepare_sc_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dsta_info.h565 u8 txsc_cur_idx; /* next entry to add */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dsta_info.h566 u8 txsc_cur_idx; /* next entry to add */ member