Searched refs:txrx_hist (Results 1 – 2 of 2) sorted by relevance
999 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 …]
879 struct tx_rx_histogram *txrx_hist; member