Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:sc_stats

82 	struct bt_stats sc_stats;
632 sc->sc_stats.byte_tx += count;
661 sc->sc_stats.err_rx++;
688 sc->sc_stats.err_rx++;
702 sc->sc_stats.byte_rx++;
714 sc->sc_stats.byte_rx++;
774 sc->sc_stats.byte_rx++;
991 sc->sc_stats.err_tx++;
1135 sc->sc_stats.err_rx++;
1137 sc->sc_stats.evt_rx++;
1143 sc->sc_stats.err_rx++;
1145 sc->sc_stats.evt_rx++;
1151 sc->sc_stats.err_rx++;
1153 sc->sc_stats.acl_rx++;
1159 sc->sc_stats.err_rx++;
1161 sc->sc_stats.sco_rx++;
1394 sc_stats.err_rx++;
1396 sc->sc_stats.sco_rx++;
1466 sc->sc_stats.err_tx++;
1766 sc->sc_stats.acl_tx++;
1773 sc->sc_stats.cmd_tx++;
1780 sc->sc_stats.sco_tx++;
1852 memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
1855 memset(&sc->sc_stats, 0, sizeof(struct bt_stats));