Searched refs:bcm_bprintf (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/bcmdhd/ |
D | dhd_common.c | 233 bcm_bprintf(strbuf, "%s\n", dhd_version); in dhd_dump() 234 bcm_bprintf(strbuf, "\n"); in dhd_dump() 235 bcm_bprintf(strbuf, "pub.up %d pub.txoff %d pub.busstate %d\n", in dhd_dump() 237 bcm_bprintf(strbuf, "pub.hdrlen %u pub.maxctl %u pub.rxsz %u\n", in dhd_dump() 239 bcm_bprintf(strbuf, "pub.iswl %d pub.drv_version %ld pub.mac %s\n", in dhd_dump() 241 bcm_bprintf(strbuf, "pub.bcmerror %d tickcnt %u\n", dhdp->bcmerror, dhdp->tickcnt); in dhd_dump() 243 bcm_bprintf(strbuf, "dongle stats:\n"); in dhd_dump() 244 bcm_bprintf(strbuf, "tx_packets %lu tx_bytes %lu tx_errors %lu tx_dropped %lu\n", in dhd_dump() 247 bcm_bprintf(strbuf, "rx_packets %lu rx_bytes %lu rx_errors %lu rx_dropped %lu\n", in dhd_dump() 250 bcm_bprintf(strbuf, "multicast %lu\n", dhdp->dstats.multicast); in dhd_dump() [all …]
|
D | dhd_wlfc.c | 78 bcm_bprintf(strbuf, "wlfc not initialized yet\n"); in dhd_wlfc_dump() 83 bcm_bprintf(strbuf, "wlfc-hanger not initialized yet\n"); in dhd_wlfc_dump() 88 bcm_bprintf(strbuf, "---- wlfc stats ----\n"); in dhd_wlfc_dump() 90 bcm_bprintf(strbuf, "wlfc hanger (pushed,popped,f_push," in dhd_wlfc_dump() 100 bcm_bprintf(strbuf, "wlfc fail(tlv,credit_rqst,mac_update,psmode_update), " in dhd_wlfc_dump() 109 bcm_bprintf(strbuf, "PKTS (credit,sent) " in dhd_wlfc_dump() 117 bcm_bprintf(strbuf, "\n"); in dhd_wlfc_dump() 128 bcm_bprintf(strbuf, "INTERFACE[%d].ea = " in dhd_wlfc_dump() 136 bcm_bprintf(strbuf, "INTERFACE[%d].DELAYQ(len,state,credit)" in dhd_wlfc_dump() 144 bcm_bprintf(strbuf, "INTERFACE[%d].DELAYQ" in dhd_wlfc_dump() [all …]
|
D | linux_osl.c | 492 bcm_bprintf(bb, "max_obj %d obj_size %d curr_obj %d refills %d\n", in osl_ctfpool_stats() 495 bcm_bprintf(bb, "fast_allocs %d fast_frees %d slow_allocs %d\n", in osl_ctfpool_stats() 1324 bcm_bprintf(b, " Total %d sbk not free\n", osh->ctrace_num); 1330 bcm_bprintf(b, "[%d] skb %p:\n", ++idx, skb); 1337 bcm_bprintf(b, " [%s(%d)]\n", skb->func[j], skb->line[j]); 1342 bcm_bprintf(b, "\n");
|
D | dhd_sdio.c | 2825 bcm_bprintf(strbuf, "%s N/A", desc); in dhd_dump_pct() 2829 bcm_bprintf(strbuf, "%s %d.%02d", desc, q1, q2); in dhd_dump_pct() 2838 bcm_bprintf(strbuf, "Bus SDIO structure:\n"); in dhd_bus_dump() 2839 bcm_bprintf(strbuf, "hostintmask 0x%08x intstatus 0x%08x sdpcm_ver %d\n", in dhd_bus_dump() 2841 bcm_bprintf(strbuf, "fcstate %d qlen %u tx_seq %d, max %d, rxskip %d rxlen %u rx_seq %d\n", in dhd_bus_dump() 2844 bcm_bprintf(strbuf, "intr %d intrcount %u lastintrs %u spurious %u\n", in dhd_bus_dump() 2846 bcm_bprintf(strbuf, "pollrate %u pollcnt %u regfails %u\n", in dhd_bus_dump() 2849 bcm_bprintf(strbuf, "\nAdditional counters:\n"); in dhd_bus_dump() 2850 bcm_bprintf(strbuf, "tx_sderrs %u fcqueued %u rxrtx %u rx_toolong %u rxc_errors %u\n", in dhd_bus_dump() 2853 bcm_bprintf(strbuf, "rx_hdrfail %u badhdr %u badseq %u\n", in dhd_bus_dump() [all …]
|
D | bcmutils.c | 2029 bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...) in bcm_bprintf() function 2063 bcm_bprintf(b, "%s", msg); in bcm_bprhex() 2065 bcm_bprintf(b, "%02X", buf[i]); in bcm_bprhex() 2067 bcm_bprintf(b, "\n"); in bcm_bprhex()
|
D | dhd_cdc.c | 344 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid); in dhd_prot_dump()
|
/drivers/net/wireless/bcmdhd/include/ |
D | bcmutils.h | 866 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);
|