| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_lb.c | 580 bcm_bprintf(strbuf, "napi-latency(us): \t count\n"); in dhd_lb_stats_dump_napi_latency() 582 bcm_bprintf(strbuf, "%16u: \t %llu\n", 1U<<i, napi_latency[i]); in dhd_lb_stats_dump_napi_latency() 601 bcm_bprintf(strbuf, "CPU: \t\t"); in dhd_lb_stats_dump_histo() 603 bcm_bprintf(strbuf, "%d\t", i); in dhd_lb_stats_dump_histo() 604 bcm_bprintf(strbuf, "\nBin\n"); in dhd_lb_stats_dump_histo() 607 bcm_bprintf(strbuf, "%d:\t\t", 1<<i); in dhd_lb_stats_dump_histo() 609 bcm_bprintf(strbuf, "%d\t", hist[i][j]); in dhd_lb_stats_dump_histo() 611 bcm_bprintf(strbuf, "\n"); in dhd_lb_stats_dump_histo() 613 bcm_bprintf(strbuf, "Per CPU Total \t"); in dhd_lb_stats_dump_histo() 619 bcm_bprintf(strbuf, "%d\t", per_cpu_total[i]); in dhd_lb_stats_dump_histo() [all …]
|
| H A D | dhd_msgbuf.c | 3752 bcm_bprintf(strbuf, "inflight: \t count\n"); in dhd_agg_inflight_stats_dump() 3754 bcm_bprintf(strbuf, "%16u: \t %llu\n", 1U<<i, inflight_histo[i]); in dhd_agg_inflight_stats_dump() 3757 bcm_bprintf(strbuf, "total_inflight_histo: %llu\n", total_inflight_histo); in dhd_agg_inflight_stats_dump() 10689 bcm_bprintf(b, "DHD Router: 1GMAC HotBRC forwarding mode\n"); 10693 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); 10695 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); 10697 bcm_bprintf(b, "\nd2h_sync: NONE:"); 10698 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", 10701 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", 10705 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", [all …]
|
| H A D | dhd_timesync.c | 275 bcm_bprintf(&strbuf, "Tx Log dump\n"); in dhd_read_proc_ts_tx_dump() 313 bcm_bprintf(&strbuf, "Rx Log dump\n"); in dhd_read_proc_ts_rx_dump() 422 bcm_bprintf(b, "Max_idx: %d, cur_idx %d\n", tsl->max_idx, tsl->cur_idx); in dhd_timesync_ts_log_dump_item() 424 bcm_bprintf(b, "\t idx: %03d, (%d: %d) timestamp: 0x%08x:0x%08x " in dhd_timesync_ts_log_dump_item() 442 bcm_bprintf(strbuf, "Tx Log dump\t"); in dhd_timesync_ts_log_dump() 446 bcm_bprintf(strbuf, "Rx Log dump\n"); in dhd_timesync_ts_log_dump() 508 bcm_bprintf(strbuf, "ts info dump: active_ipc_version %d\n", ts->active_ipc_version); in dhd_timesync_dump() 509 bcm_bprintf(strbuf, "timesync disabled %d\n", ts->timesync_disabled); in dhd_timesync_dump() 510 bcm_bprintf(strbuf, "Host TS dump cnt %d, fw TS dump cnt %d, descrepency %d\n", in dhd_timesync_dump() 512 bcm_bprintf(strbuf, "ts_watchdog calls %d reset cnt %d\n", in dhd_timesync_dump() [all …]
|
| H A D | dhd_pcie.c | 5122 bcm_bprintf(&strbuf, "msgtrace address : 0x%08X\nconsole address : 0x%08X\n", in dhdpcie_checkdied() 5129 bcm_bprintf(&strbuf, "Assrt not built in dongle\n"); in dhdpcie_checkdied() 5136 bcm_bprintf(&strbuf, "No trap%s in dongle", in dhdpcie_checkdied() 5142 bcm_bprintf(&strbuf, "Dongle assert"); in dhdpcie_checkdied() 5152 bcm_bprintf(&strbuf, " expr \"%s\"", str); in dhdpcie_checkdied() 5164 bcm_bprintf(&strbuf, " file \"%s\"", str); in dhdpcie_checkdied() 5167 bcm_bprintf(&strbuf, " line %d ", bus->pcie_sh->assert_line); in dhdpcie_checkdied() 7938 bcm_bprintf(b, DHD_CAP_PLATFORM); in BCMRAMFN() 7939 bcm_bprintf(b, DHD_CAP_CUSTOMER); in BCMRAMFN() 7941 bcm_bprintf(b, "pcie "); in BCMRAMFN() [all …]
|
| H A D | dhd_wlfc.c | 4294 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4299 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 4304 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4306 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 4317 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 4326 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 4340 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 4351 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 4358 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 4370 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_lb.c | 580 bcm_bprintf(strbuf, "napi-latency(us): \t count\n"); in dhd_lb_stats_dump_napi_latency() 582 bcm_bprintf(strbuf, "%16u: \t %llu\n", 1U<<i, napi_latency[i]); in dhd_lb_stats_dump_napi_latency() 601 bcm_bprintf(strbuf, "CPU: \t\t"); in dhd_lb_stats_dump_histo() 603 bcm_bprintf(strbuf, "%d\t", i); in dhd_lb_stats_dump_histo() 604 bcm_bprintf(strbuf, "\nBin\n"); in dhd_lb_stats_dump_histo() 607 bcm_bprintf(strbuf, "%d:\t\t", 1<<i); in dhd_lb_stats_dump_histo() 609 bcm_bprintf(strbuf, "%d\t", hist[i][j]); in dhd_lb_stats_dump_histo() 611 bcm_bprintf(strbuf, "\n"); in dhd_lb_stats_dump_histo() 613 bcm_bprintf(strbuf, "Per CPU Total \t"); in dhd_lb_stats_dump_histo() 619 bcm_bprintf(strbuf, "%d\t", per_cpu_total[i]); in dhd_lb_stats_dump_histo() [all …]
|
| H A D | dhd_msgbuf.c | 3756 bcm_bprintf(strbuf, "inflight: \t count\n"); in dhd_agg_inflight_stats_dump() 3758 bcm_bprintf(strbuf, "%16u: \t %llu\n", 1U<<i, inflight_histo[i]); in dhd_agg_inflight_stats_dump() 3761 bcm_bprintf(strbuf, "total_inflight_histo: %llu\n", total_inflight_histo); in dhd_agg_inflight_stats_dump() 10693 bcm_bprintf(b, "DHD Router: 1GMAC HotBRC forwarding mode\n"); 10697 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); 10699 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); 10701 bcm_bprintf(b, "\nd2h_sync: NONE:"); 10702 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", 10705 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", 10709 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", [all …]
|
| H A D | dhd_macdbg.c | 179 bcm_bprintf(b, "DEBUG: IHR16: read 0x%08x, size 2, value 0x%04x\n", in _dhd_get_ihr16() 201 bcm_bprintf(b, "DEBUG: IHR32: read 0x%08x, size 4, value 0x%08x\n", in _dhd_get_ihr32() 223 bcm_bprintf(b, "DEBUG: IHR16: write 0x%08x, size 2, value 0x%04x\n", in _dhd_set_ihr16() 246 bcm_bprintf(b, "DEBUG: IHR32: write 0x%08x, size 4, value 0x%08x\n", in _dhd_set_ihr32() 282 bcm_bprintf(b, "DEBUG: %s: Indirect: write 0x%08x, size %d, value 0x%08x\n", in _dhd_get_d11obj32() 300 bcm_bprintf(b, "DEBUG: %s: Indirect: Read 0x%08x, size %d, value 0x%08x\n", in _dhd_get_d11obj32() 316 bcm_bprintf(b, "DEBUG: %s: Indirect: Read 0x%08x, size %d, value 0x%04x\n", in _dhd_get_d11obj32() 338 bcm_bprintf(b, "DEBUG: %s: Read cache value: " in _dhd_get_d11obj16() 356 bcm_bprintf(b, "DEBUG: %s: Read objdata only: " in _dhd_get_d11obj16() 396 bcm_bprintf(b, "%-3d %s 0x%-4x = 0x%-8x\n", in _dhd_print_d11reg() [all …]
|
| H A D | dhd_timesync.c | 275 bcm_bprintf(&strbuf, "Tx Log dump\n"); in dhd_read_proc_ts_tx_dump() 313 bcm_bprintf(&strbuf, "Rx Log dump\n"); in dhd_read_proc_ts_rx_dump() 422 bcm_bprintf(b, "Max_idx: %d, cur_idx %d\n", tsl->max_idx, tsl->cur_idx); in dhd_timesync_ts_log_dump_item() 424 bcm_bprintf(b, "\t idx: %03d, (%d: %d) timestamp: 0x%08x:0x%08x " in dhd_timesync_ts_log_dump_item() 442 bcm_bprintf(strbuf, "Tx Log dump\t"); in dhd_timesync_ts_log_dump() 446 bcm_bprintf(strbuf, "Rx Log dump\n"); in dhd_timesync_ts_log_dump() 508 bcm_bprintf(strbuf, "ts info dump: active_ipc_version %d\n", ts->active_ipc_version); in dhd_timesync_dump() 509 bcm_bprintf(strbuf, "timesync disabled %d\n", ts->timesync_disabled); in dhd_timesync_dump() 510 bcm_bprintf(strbuf, "Host TS dump cnt %d, fw TS dump cnt %d, descrepency %d\n", in dhd_timesync_dump() 512 bcm_bprintf(strbuf, "ts_watchdog calls %d reset cnt %d\n", in dhd_timesync_dump() [all …]
|
| H A D | dhd_pcie.c | 5115 bcm_bprintf(&strbuf, "msgtrace address : 0x%08X\nconsole address : 0x%08X\n", in dhdpcie_checkdied() 5122 bcm_bprintf(&strbuf, "Assrt not built in dongle\n"); in dhdpcie_checkdied() 5129 bcm_bprintf(&strbuf, "No trap%s in dongle", in dhdpcie_checkdied() 5135 bcm_bprintf(&strbuf, "Dongle assert"); in dhdpcie_checkdied() 5145 bcm_bprintf(&strbuf, " expr \"%s\"", str); in dhdpcie_checkdied() 5157 bcm_bprintf(&strbuf, " file \"%s\"", str); in dhdpcie_checkdied() 5160 bcm_bprintf(&strbuf, " line %d ", bus->pcie_sh->assert_line); in dhdpcie_checkdied() 7931 bcm_bprintf(b, DHD_CAP_PLATFORM); in BCMRAMFN() 7932 bcm_bprintf(b, DHD_CAP_CUSTOMER); in BCMRAMFN() 7934 bcm_bprintf(b, "pcie "); in BCMRAMFN() [all …]
|
| H A D | dhd_wlfc.c | 4291 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4296 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 4301 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4303 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 4314 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 4323 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 4337 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 4348 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 4355 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 4367 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| H A D | wl_android_ext.c | 3275 bcm_bprintf(&strbuf, "2g: "); in wl_ext_get_best_channel() 3277 bcm_bprintf(&strbuf, "%d/%d, ", b_band[j], 1+j); in wl_ext_get_best_channel() 3278 bcm_bprintf(&strbuf, "\n"); in wl_ext_get_best_channel() 3279 bcm_bprintf(&strbuf, "5g band 1: "); in wl_ext_get_best_channel() 3281 bcm_bprintf(&strbuf, "%d/%d, ", a_band1[j], 36+j*4); in wl_ext_get_best_channel() 3282 bcm_bprintf(&strbuf, "\n"); in wl_ext_get_best_channel() 3283 bcm_bprintf(&strbuf, "5g band 4: "); in wl_ext_get_best_channel() 3285 bcm_bprintf(&strbuf, "%d/%d, ", a_band4[j], 149+j*4); in wl_ext_get_best_channel() 3286 bcm_bprintf(&strbuf, "\n"); in wl_ext_get_best_channel() 3288 bcm_bprintf(&strbuf, "6g band 5: "); in wl_ext_get_best_channel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_lb.c | 560 bcm_bprintf(strbuf, "CPU: \t\t"); in dhd_lb_stats_dump_histo() 562 bcm_bprintf(strbuf, "%d\t", i); in dhd_lb_stats_dump_histo() 563 bcm_bprintf(strbuf, "\nBin\n"); in dhd_lb_stats_dump_histo() 566 bcm_bprintf(strbuf, "%d:\t\t", 1<<i); in dhd_lb_stats_dump_histo() 568 bcm_bprintf(strbuf, "%d\t", hist[i][j]); in dhd_lb_stats_dump_histo() 570 bcm_bprintf(strbuf, "\n"); in dhd_lb_stats_dump_histo() 572 bcm_bprintf(strbuf, "Per CPU Total \t"); in dhd_lb_stats_dump_histo() 578 bcm_bprintf(strbuf, "%d\t", per_cpu_total[i]); in dhd_lb_stats_dump_histo() 581 bcm_bprintf(strbuf, "\nTotal\t\t%d \n", total); in dhd_lb_stats_dump_histo() 594 bcm_bprintf(strbuf, "CPU: \t"); in dhd_lb_stats_dump_cpu_array() [all …]
|
| H A D | dhd_msgbuf.c | 7979 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); 7981 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); 7983 bcm_bprintf(b, "\nd2h_sync: NONE:"); 7984 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", 7987 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", 7991 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", 7993 bcm_bprintf(b, "pktid_txq_start_cnt: %d\n", dhd->prot->pktid_txq_start_cnt); 7994 bcm_bprintf(b, "pktid_txq_stop_cnt: %d\n", dhd->prot->pktid_txq_stop_cnt); 7995 bcm_bprintf(b, "pktid_depleted_cnt: %d\n", dhd->prot->pktid_depleted_cnt); 9605 bcm_bprintf(strbuf, fmt, rd, wr, flow_ring->dma_buf.va, [all …]
|
| H A D | dhd_wlfc.c | 3911 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3916 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 3921 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3923 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 3934 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 3943 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 3957 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 3968 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 3975 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 3987 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_lb.c | 552 bcm_bprintf(strbuf, "CPU: \t\t"); in dhd_lb_stats_dump_histo() 554 bcm_bprintf(strbuf, "%d\t", i); in dhd_lb_stats_dump_histo() 555 bcm_bprintf(strbuf, "\nBin\n"); in dhd_lb_stats_dump_histo() 558 bcm_bprintf(strbuf, "%d:\t\t", 1<<i); in dhd_lb_stats_dump_histo() 560 bcm_bprintf(strbuf, "%d\t", hist[i][j]); in dhd_lb_stats_dump_histo() 562 bcm_bprintf(strbuf, "\n"); in dhd_lb_stats_dump_histo() 564 bcm_bprintf(strbuf, "Per CPU Total \t"); in dhd_lb_stats_dump_histo() 570 bcm_bprintf(strbuf, "%d\t", per_cpu_total[i]); in dhd_lb_stats_dump_histo() 573 bcm_bprintf(strbuf, "\nTotal\t\t%d \n", total); in dhd_lb_stats_dump_histo() 586 bcm_bprintf(strbuf, "CPU: \t"); in dhd_lb_stats_dump_cpu_array() [all …]
|
| H A D | dhd_msgbuf.c | 7981 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); 7983 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); 7985 bcm_bprintf(b, "\nd2h_sync: NONE:"); 7986 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", 7989 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", 7993 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", 7995 bcm_bprintf(b, "pktid_txq_start_cnt: %d\n", dhd->prot->pktid_txq_start_cnt); 7996 bcm_bprintf(b, "pktid_txq_stop_cnt: %d\n", dhd->prot->pktid_txq_stop_cnt); 7997 bcm_bprintf(b, "pktid_depleted_cnt: %d\n", dhd->prot->pktid_depleted_cnt); 9607 bcm_bprintf(strbuf, fmt, rd, wr, flow_ring->dma_buf.va, [all …]
|
| H A D | dhd_wlfc.c | 3909 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3914 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 3919 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3921 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 3932 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 3941 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 3955 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 3966 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 3973 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 3985 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_lb.c | 560 bcm_bprintf(strbuf, "CPU: \t\t"); in dhd_lb_stats_dump_histo() 562 bcm_bprintf(strbuf, "%d\t", i); in dhd_lb_stats_dump_histo() 563 bcm_bprintf(strbuf, "\nBin\n"); in dhd_lb_stats_dump_histo() 566 bcm_bprintf(strbuf, "%d:\t\t", 1<<i); in dhd_lb_stats_dump_histo() 568 bcm_bprintf(strbuf, "%d\t", hist[i][j]); in dhd_lb_stats_dump_histo() 570 bcm_bprintf(strbuf, "\n"); in dhd_lb_stats_dump_histo() 572 bcm_bprintf(strbuf, "Per CPU Total \t"); in dhd_lb_stats_dump_histo() 578 bcm_bprintf(strbuf, "%d\t", per_cpu_total[i]); in dhd_lb_stats_dump_histo() 581 bcm_bprintf(strbuf, "\nTotal\t\t%d \n", total); in dhd_lb_stats_dump_histo() 594 bcm_bprintf(strbuf, "CPU: \t"); in dhd_lb_stats_dump_cpu_array() [all …]
|
| H A D | dhd_msgbuf.c | 7979 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); 7981 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); 7983 bcm_bprintf(b, "\nd2h_sync: NONE:"); 7984 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", 7987 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", 7991 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", 7993 bcm_bprintf(b, "pktid_txq_start_cnt: %d\n", dhd->prot->pktid_txq_start_cnt); 7994 bcm_bprintf(b, "pktid_txq_stop_cnt: %d\n", dhd->prot->pktid_txq_stop_cnt); 7995 bcm_bprintf(b, "pktid_depleted_cnt: %d\n", dhd->prot->pktid_depleted_cnt); 9605 bcm_bprintf(strbuf, fmt, rd, wr, flow_ring->dma_buf.va, [all …]
|
| H A D | dhd_wlfc.c | 3908 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3913 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 3918 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 3920 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 3931 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 3940 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 3954 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 3965 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 3972 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 3984 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_msgbuf.c | 6253 bcm_bprintf(b, "\nd2h_sync: SEQNUM:"); in dhd_prot_dump() 6255 bcm_bprintf(b, "\nd2h_sync: XORCSUM:"); in dhd_prot_dump() 6257 bcm_bprintf(b, "\nd2h_sync: NONE:"); in dhd_prot_dump() 6258 bcm_bprintf(b, " d2h_sync_wait max<%lu> tot<%lu>\n", in dhd_prot_dump() 6261 bcm_bprintf(b, "\nDongle DMA Indices: h2d %d d2h %d index size %d bytes\n", in dhd_prot_dump() 6265 bcm_bprintf(b, "h2d_max_txpost: %d, prot->h2d_max_txpost: %d\n", in dhd_prot_dump() 7826 bcm_bprintf(strbuf, fmt, rd, wr, flow_ring->dma_buf.va, in dhd_prot_print_flow_ring() 7835 bcm_bprintf(strbuf, "IPCrevs: Dev %d, \t Host %d, \tactive %d\n", in dhd_prot_print_info() 7840 bcm_bprintf(strbuf, "max Host TS bufs to post: %d, \t posted %d \n", in dhd_prot_print_info() 7842 bcm_bprintf(strbuf, "max INFO bufs to post: %d, \t posted %d \n", in dhd_prot_print_info() [all …]
|
| H A D | dhd_pcie.c | 2471 bcm_bprintf(&strbuf, "msgtrace address : 0x%08X\nconsole address : 0x%08X\n", in dhdpcie_checkdied() 2478 bcm_bprintf(&strbuf, "Assrt not built in dongle\n"); in dhdpcie_checkdied() 2485 bcm_bprintf(&strbuf, "No trap%s in dongle", in dhdpcie_checkdied() 2491 bcm_bprintf(&strbuf, "Dongle assert"); in dhdpcie_checkdied() 2501 bcm_bprintf(&strbuf, " expr \"%s\"", str); in dhdpcie_checkdied() 2513 bcm_bprintf(&strbuf, " file \"%s\"", str); in dhdpcie_checkdied() 2516 bcm_bprintf(&strbuf, " line %d ", bus->pcie_sh->assert_line); in dhdpcie_checkdied() 5575 bcm_bprintf(strbuf, "intstatus=0x%x intmask=0x%x mbintstatus=0x%x\n", in dhd_dump_intr_registers() 5577 bcm_bprintf(strbuf, "d2h_mb_data=0x%x def_intmask=0x%x\n", in dhd_dump_intr_registers() 5579 bcm_bprintf(strbuf, "\n ------- DUMPING INTR enable/disable counters-------\n"); in dhd_dump_intr_registers() [all …]
|
| H A D | dhd_wlfc.c | 4003 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4008 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 4013 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 4015 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 4026 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 4035 bcm_bprintf(strbuf, "PKTS (init_credit,credit,sent,drop_d,drop_s,outoforder) " in dhd_wlfc_dump() 4049 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 4060 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 4068 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ(len,state,credit)," in dhd_wlfc_dump() 4080 bcm_bprintf(strbuf, "INTERFACE[%d].PSQ" in dhd_wlfc_dump() [all …]
|
| H A D | dhd_common.c | 683 bcm_bprintf(strbuf, "%s\n", dhd_version); in dhd_dump() 684 bcm_bprintf(strbuf, "\n"); in dhd_dump() 685 bcm_bprintf(strbuf, "pub.up %d pub.txoff %d pub.busstate %d\n", in dhd_dump() 687 bcm_bprintf(strbuf, "pub.hdrlen %u pub.maxctl %u pub.rxsz %u\n", in dhd_dump() 689 bcm_bprintf(strbuf, "pub.iswl %d pub.drv_version %ld pub.mac %s\n", in dhd_dump() 691 bcm_bprintf(strbuf, "pub.bcmerror %d tickcnt %u\n", dhdp->bcmerror, dhdp->tickcnt); in dhd_dump() 693 bcm_bprintf(strbuf, "dongle stats:\n"); in dhd_dump() 694 bcm_bprintf(strbuf, "tx_packets %lu tx_bytes %lu tx_errors %lu tx_dropped %lu\n", in dhd_dump() 697 bcm_bprintf(strbuf, "rx_packets %lu rx_bytes %lu rx_errors %lu rx_dropped %lu\n", in dhd_dump() 700 bcm_bprintf(strbuf, "multicast %lu\n", dhdp->dstats.multicast); in dhd_dump() [all …]
|