Searched refs:sc_stat (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h82 ng_ubt_node_stat_ep sc_stat; /* statistic */ member in struct:ubt_softc
83 #define UBT_STAT_PCKTS_SENT(sc) (sc)->sc_stat.pckts_sent ++
84 #define UBT_STAT_BYTES_SENT(sc, n) (sc)->sc_stat.bytes_sent += (n)
85 #define UBT_STAT_PCKTS_RECV(sc) (sc)->sc_stat.pckts_recv ++
86 #define UBT_STAT_BYTES_RECV(sc, n) (sc)->sc_stat.bytes_recv += (n)
87 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
88 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
89 #define UBT_STAT_RESET(sc) bzero(&(sc)->sc_stat, sizeof((sc)->sc_stat))
H A Dng_ubt.c1705 bcopy(&sc->sc_stat, rsp->data,
/freebsd-10.2-release/sys/dev/tpm/
H A Dtpmvar.h41 u_int32_t sc_stat; member in struct:tpm_softc
H A Dtpm.c720 while (((sc->sc_stat = tpm_status(sc)) & mask) != mask && tmo--) {
741 sc->sc_stat = tpm_status(sc);
742 if ((sc->sc_stat & mask) == mask)
761 sc->sc_stat = tpm_status(sc);
762 if ((sc->sc_stat & mask) == mask) {
779 sc->sc_stat = tpm_status(sc);
782 sc->sc_stat, TPM_STS_BITS);
784 if ((sc->sc_stat & mask) == mask)
870 if ((b & sc->sc_stat) == TPM_STS_VALID) {
877 if ((sc->sc_stat
[all...]
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_uathvar.h175 #define UATH_STAT_INC(sc, var) (sc)->sc_stat.var++
176 #define UATH_STAT_DEC(sc, var) (sc)->sc_stat.var--
194 struct uath_stat sc_stat; member in struct:uath_softc
H A Dif_upgtvar.h410 #define UPGT_STAT_INC(sc, var) (sc)->sc_stat.var++
411 #define UPGT_STAT_DEC(sc, var) (sc)->sc_stat.var--
427 struct upgt_stat sc_stat; member in struct:upgt_softc
H A Dif_uath.c2235 stats = &sc->sc_stat;
H A Dif_upgt.c2127 stats = &sc->sc_stat;

Completed in 127 milliseconds