Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_tx.c220 tid_stats->htt_status_cnt[tx_status]++; in dp_tx_process_htt_completion_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_stats.c5095 total_tx->htt_status_cnt[htt_status_idx] += in dp_accumulate_tid_stats()
5096 per_ring_tx->htt_status_cnt[htt_status_idx]; in dp_accumulate_tid_stats()
5183 total_tx.htt_status_cnt[HTT_TX_FW2WBM_TX_STATUS_OK]); in dp_pdev_print_tid_stats()
5192 if (total_tx.htt_status_cnt[htt_status_idx]) { in dp_pdev_print_tid_stats()
5194 htt_status_idx, total_tx.htt_status_cnt[htt_status_idx]); in dp_pdev_print_tid_stats()
5384 qdf_mem_copy(&tid_stats->tx_total[tid].htt_status_cnt[0], in dp_pdev_get_tid_stats()
5385 &tx.htt_status_cnt[0], in dp_pdev_get_tid_stats()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_stats_struct.h1123 uint64_t htt_status_cnt[CDP_MAX_TX_HTT_STATUS]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c394 tid_stats->htt_status_cnt[tx_status]++; in dp_tx_process_htt_completion_be()