Home
last modified time | relevance | path

Searched refs:txc_hist (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_lb.c448 dhd->txc_hist[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size); in dhd_lb_stats_init()
449 if (!dhd->txc_hist[j]) { in dhd_lb_stats_init()
455 DHD_LB_STATS_CLR(dhd->txc_hist[j][i]); in dhd_lb_stats_init()
529 if (dhd->txc_hist[j]) { in dhd_lb_stats_deinit()
530 MFREE(dhdp->osh, dhd->txc_hist[j], alloc_size); in dhd_lb_stats_deinit()
531 dhd->txc_hist[j] = NULL; in dhd_lb_stats_deinit()
650 dhd_lb_stats_dump_histo(dhdp, strbuf, dhd->txc_hist); in dhd_lb_stats_dump()
716 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
H A Ddhd_linux_priv.h322 uint32 *txc_hist[HIST_BIN_SIZE]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_lb.c440 dhd->txc_hist[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size); in dhd_lb_stats_init()
441 if (!dhd->txc_hist[j]) { in dhd_lb_stats_init()
447 DHD_LB_STATS_CLR(dhd->txc_hist[j][i]); in dhd_lb_stats_init()
521 if (dhd->txc_hist[j]) { in dhd_lb_stats_deinit()
522 MFREE(dhdp->osh, dhd->txc_hist[j], alloc_size); in dhd_lb_stats_deinit()
523 dhd->txc_hist[j] = NULL; in dhd_lb_stats_deinit()
642 dhd_lb_stats_dump_histo(dhdp, strbuf, dhd->txc_hist); in dhd_lb_stats_dump()
708 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
H A Ddhd_linux_priv.h322 uint32 *txc_hist[HIST_BIN_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_lb.c448 dhd->txc_hist[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size); in dhd_lb_stats_init()
449 if (!dhd->txc_hist[j]) { in dhd_lb_stats_init()
455 DHD_LB_STATS_CLR(dhd->txc_hist[j][i]); in dhd_lb_stats_init()
529 if (dhd->txc_hist[j]) { in dhd_lb_stats_deinit()
530 MFREE(dhdp->osh, dhd->txc_hist[j], alloc_size); in dhd_lb_stats_deinit()
531 dhd->txc_hist[j] = NULL; in dhd_lb_stats_deinit()
650 dhd_lb_stats_dump_histo(dhdp, strbuf, dhd->txc_hist); in dhd_lb_stats_dump()
716 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
H A Ddhd_linux_priv.h322 uint32 *txc_hist[HIST_BIN_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h351 uint32 *txc_hist[HIST_BIN_SIZE]; member
H A Ddhd_linux_lb.c817 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h349 uint32 *txc_hist[HIST_BIN_SIZE]; member
H A Ddhd_linux_lb.c817 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c885 uint32 *txc_hist[HIST_BIN_SIZE]; member
1529 dhd->txc_hist[j] = (uint32 *)MALLOC(dhdp->osh, alloc_size); in dhd_lb_stats_init()
1530 if (!dhd->txc_hist[j]) { in dhd_lb_stats_init()
1536 DHD_LB_STATS_CLR(dhd->txc_hist[j][i]); in dhd_lb_stats_init()
1610 if (dhd->txc_hist[j]) { in dhd_lb_stats_deinit()
1611 MFREE(dhdp->osh, dhd->txc_hist[j], alloc_size); in dhd_lb_stats_deinit()
1612 dhd->txc_hist[j] = NULL; in dhd_lb_stats_deinit()
1728 dhd_lb_stats_dump_histo(strbuf, dhd->txc_hist); in dhd_lb_stats_dump()
1801 dhd_lb_stats_update_histo(dhd->txc_hist, count, cpu); in dhd_lb_stats_update_txc_histo()