Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_stats

79 	struct bt_stats sc_stats;
596 sc->sc_stats.byte_tx += count;
625 sc->sc_stats.err_rx++;
652 sc->sc_stats.err_rx++;
666 sc->sc_stats.byte_rx++;
678 sc->sc_stats.byte_rx++;
730 sc->sc_stats.byte_rx++;
941 sc->sc_stats.err_tx++;
1078 sc->sc_stats.err_rx++;
1080 sc->sc_stats.evt_rx++;
1086 sc->sc_stats.err_rx++;
1088 sc->sc_stats.acl_rx++;
1094 sc->sc_stats.err_rx++;
1096 sc->sc_stats.sco_rx++;
1346 sc->sc_stats.err_rx++;
1348 sc->sc_stats.sco_rx++;
1427 sc->sc_stats.err_tx++;
1699 sc->sc_stats.acl_tx++;
1706 sc->sc_stats.cmd_tx++;
1713 sc->sc_stats.sco_tx++;
1785 memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
1788 memset(&sc->sc_stats, 0, sizeof(struct bt_stats));