Home
last modified time | relevance | path

Searched refs:rtw_tx_sts_total (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c2706 static u32 rtw_tx_sts_total(u32 *tx_sts, u8 num) in rtw_tx_sts_total() function
2732 pstats->tx_retry_cnt = rtw_tx_sts_total(tx_retry_cnt, PHL_AC_QUEUE_TOTAL); in rtw_get_sta_tx_stat()
2733 pstats->tx_fail_cnt = rtw_tx_sts_total(tx_fail_cnt, PHL_AC_QUEUE_TOTAL); in rtw_get_sta_tx_stat()
2734 pstats->tx_ok_cnt = rtw_tx_sts_total(tx_ok_cnt, PHL_AC_QUEUE_TOTAL); in rtw_get_sta_tx_stat()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_proc.c1303 static u32 rtw_tx_sts_total(u32 *tx_sts, u8 num) in rtw_tx_sts_total() function
1482 pstats->tx_retry_cnt = rtw_tx_sts_total(tx_retry_cnt, PHL_AC_QUEUE_TOTAL); in proc_get_roku_trx_info_msg()
1483 pstats->tx_fail_cnt = rtw_tx_sts_total(tx_fail_cnt, PHL_AC_QUEUE_TOTAL); in proc_get_roku_trx_info_msg()
1484 pstats->tx_ok_cnt = rtw_tx_sts_total(tx_ok_cnt, PHL_AC_QUEUE_TOTAL); in proc_get_roku_trx_info_msg()