Home
last modified time | relevance | path

Searched refs:cdp_tid_tx_stats (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_stats_struct.h1115 struct cdp_tid_tx_stats { struct
1184 struct cdp_tid_tx_stats tid_tx_stats[CDP_MAX_TX_COMP_RINGS]
1202 struct cdp_tid_tx_stats tx_total[CDP_MAX_DATA_TIDS];
2058 struct cdp_tid_tx_stats tid_tx_stats[CDP_MAX_TX_COMP_RINGS]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_tx.c103 struct cdp_tid_tx_stats *tid_stats = NULL; in dp_tx_process_htt_completion_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_stats.c5063 struct cdp_tid_tx_stats *total_tx, in dp_accumulate_tid_stats()
5068 struct cdp_tid_tx_stats *per_ring_tx = NULL; in dp_accumulate_tid_stats()
5073 sizeof(struct cdp_tid_tx_stats)); in dp_accumulate_tid_stats()
5078 qdf_mem_zero(total_tx, sizeof(struct cdp_tid_tx_stats)); in dp_accumulate_tid_stats()
5163 struct cdp_tid_tx_stats total_tx; in dp_pdev_print_tid_stats()
5243 struct cdp_tid_tx_stats total_tx; in dp_pdev_print_delay_stats()
5334 struct cdp_tid_tx_stats total_tx; in dp_pdev_print_rx_error_stats()
5368 struct cdp_tid_tx_stats tx; in dp_pdev_get_tid_stats()
5443 struct cdp_tid_tx_stats *per_ring; in dp_vdev_print_tx_delay_stats()
5552 struct cdp_tid_tx_stats *per_ring; in dp_vdev_init_tx_delay_stats()
Ddp_tx.c3029 struct cdp_tid_tx_stats *tid_stats = NULL; in dp_tx_send_msdu_single()
3258 struct cdp_tid_tx_stats *tid_stats = NULL; in dp_tx_send_msdu_multiple()
5104 struct cdp_tid_tx_stats *tstats =
5115 struct cdp_tid_tx_stats *tstats =
5349 struct cdp_tid_tx_stats *tid_stats;
Ddp_types.h3966 struct cdp_tid_tx_stats tid_tx_stats[CDP_MAX_TX_COMP_RINGS]
Ddp_internal.h3356 void dp_update_delay_stats(struct cdp_tid_tx_stats *tstats,
Ddp_main.c14050 dp_fill_delay_buckets(struct cdp_tid_tx_stats *tstats, in dp_fill_delay_buckets()
14123 void dp_update_delay_stats(struct cdp_tid_tx_stats *tstats, in dp_update_delay_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c274 struct cdp_tid_tx_stats *tid_stats = NULL; in dp_tx_process_htt_completion_be()