Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:sc_stats

107 	struct bt_stats	sc_stats;		/* HCI stats */
306 sc->sc_stats.err_rx++;
322 sc->sc_stats.err_rx++;
343 sc->sc_stats.byte_rx++;
371 sc->sc_stats.err_rx++;
401 sc->sc_stats.err_rx++;
403 sc->sc_stats.acl_rx++;
410 sc->sc_stats.err_rx++;
412 sc->sc_stats.sco_rx++;
419 sc->sc_stats.err_rx++;
421 sc->sc_stats.evt_rx++;
470 sc->sc_stats.err_tx++;
491 sc->sc_stats.byte_tx += count;
737 sc->sc_stats.cmd_tx++;
743 sc->sc_stats.sco_tx++;
749 sc->sc_stats.acl_tx++;
907 memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
910 memset(&sc->sc_stats, 0, sizeof(struct bt_stats));