HomeSort by relevance Sort by last modified time
    Searched refs:bcm_bprintf (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 126 bcm_bprintf(strbuf, "%s\n", dhd_version);
127 bcm_bprintf(strbuf, "\n");
128 bcm_bprintf(strbuf, "pub.up %d pub.txoff %d pub.busstate %d\n",
130 bcm_bprintf(strbuf, "pub.hdrlen %d pub.maxctl %d pub.rxsz %d\n",
132 bcm_bprintf(strbuf, "pub.iswl %d pub.drv_version %ld pub.mac %s\n",
134 bcm_bprintf(strbuf, "pub.bcmerror %d tickcnt %d\n", dhdp->bcmerror, dhdp->tickcnt);
136 bcm_bprintf(strbuf, "dongle stats:\n");
137 bcm_bprintf(strbuf, "tx_packets %ld tx_bytes %ld tx_errors %ld tx_dropped %ld\n",
140 bcm_bprintf(strbuf, "rx_packets %ld rx_bytes %ld rx_errors %ld rx_dropped %ld\n",
143 bcm_bprintf(strbuf, "multicast %ld\n", dhdp->dstats.multicast)
    [all...]
dhd_sdio.c     [all...]
dhd_cdc.c 322 bcm_bprintf(strbuf, "Protocol CDC: reqid %d\n", dhdp->prot->reqid);
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 613 extern int bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...);
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 1737 bcm_bprintf(struct bcmstrbuf *b, const char *fmt, ...) function
    [all...]

Completed in 409 milliseconds