Home
last modified time | relevance | path

Searched refs:txc_hist (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_lb.c439 dhd->txc_hist[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size); in dhd_lb_stats_init()
440 if (!dhd->txc_hist[j]) { in dhd_lb_stats_init()
441 DHD_ERROR(("%s(): dhd->txc_hist[%d] malloc failed \n", in dhd_lb_stats_init()
446 DHD_LB_STATS_CLR(dhd->txc_hist[j][i]); in dhd_lb_stats_init()
520 if (dhd->txc_hist[j]) { in dhd_lb_stats_deinit()
521 MFREE(dhdp->osh, dhd->txc_hist[j], alloc_size); in dhd_lb_stats_deinit()
522 dhd->txc_hist[j] = NULL; in dhd_lb_stats_deinit()
641 dhd_lb_stats_dump_histo(dhdp, strbuf, dhd->txc_hist); in dhd_lb_stats_dump()
707 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
H A Ddhd_linux_priv.h327 uint32 *txc_hist[HIST_BIN_SIZE]; member

Completed in 3 milliseconds