Searched refs:rtw_tx_sts_total (Results 1 – 2 of 2) sorted by relevance
2706 static u32 rtw_tx_sts_total(u32 *tx_sts, u8 num) in rtw_tx_sts_total() function2732 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()
1303 static u32 rtw_tx_sts_total(u32 *tx_sts, u8 num) in rtw_tx_sts_total() function1482 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()