bt_stats
bcsp_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
static void bcsp_stats(device_t, struct bt_stats *, int);
struct bt_stats sc_stats;
bth5_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
static void bth5_stats(device_t, struct bt_stats *, int);
struct bt_stats sc_stats;
struct bt_stats sc_stats;
btuart_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
static void btuart_stats(device_t, struct bt_stats *, int);
struct bt_stats sc_stats; /* HCI stats */
static void bt3c_stats(device_t, struct bt_stats *, int);
bt3c_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
static void btbc_stats(device_t, struct bt_stats *, int);
struct bt_stats sc_stats; /* HCI stats */
btbc_stats(device_t self, struct bt_stats *dest, int flush)
sbt_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
struct bt_stats sc_stats;
static void sbt_stats(device_t, struct bt_stats *, int);
ubt_stats(device_t self, struct bt_stats *dest, int flush)
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
struct bt_stats sc_stats;
static void ubt_stats(device_t, struct bt_stats *, int);
struct bt_stats btrs; /* unit stats */
void (*get_stats)(device_t, struct bt_stats *, int);