Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c999 if (dp_ctx->txrx_hist) { in wlan_dp_display_tx_rx_histogram()
1006 if (dp_ctx->txrx_hist[i].qtime <= 0) in wlan_dp_display_tx_rx_histogram()
1008 hist = &dp_ctx->txrx_hist[i]; in wlan_dp_display_tx_rx_histogram()
1031 if (dp_ctx->txrx_hist) in wlan_dp_clear_tx_rx_histogram()
1032 qdf_mem_zero(dp_ctx->txrx_hist, in wlan_dp_clear_tx_rx_histogram()
1045 dp_ctx->txrx_hist = qdf_mem_malloc( in wlan_dp_init_tx_rx_histogram()
1047 if (!dp_ctx->txrx_hist) in wlan_dp_init_tx_rx_histogram()
1061 if (!dp_ctx || !dp_ctx->txrx_hist) in wlan_dp_deinit_tx_rx_histogram()
1064 qdf_mem_free(dp_ctx->txrx_hist); in wlan_dp_deinit_tx_rx_histogram()
1065 dp_ctx->txrx_hist = NULL; in wlan_dp_deinit_tx_rx_histogram()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h879 struct tx_rx_histogram *txrx_hist; member