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

/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h117 ng_ubt_node_stat_ep sc_stat; /* statistic */ member in struct:ubt_softc
118 #define UBT_STAT_PCKTS_SENT(sc) (sc)->sc_stat.pckts_sent ++
119 #define UBT_STAT_BYTES_SENT(sc, n) (sc)->sc_stat.bytes_sent += (n)
120 #define UBT_STAT_PCKTS_RECV(sc) (sc)->sc_stat.pckts_recv ++
121 #define UBT_STAT_BYTES_RECV(sc, n) (sc)->sc_stat.bytes_recv += (n)
122 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
123 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
124 #define UBT_STAT_RESET(sc) bzero(&(sc)->sc_stat, sizeof((sc)->sc_stat))
H A Dng_ubt.c1831 bcopy(&sc->sc_stat, rsp->data,
/freebsd-13-stable/sys/dev/tpm/
H A Dtpm.c552 while (((sc->sc_stat = tpm_status(sc)) & mask) != mask && tmo--) {
573 sc->sc_stat = tpm_status(sc);
574 if ((sc->sc_stat & mask) == mask)
593 sc->sc_stat = tpm_status(sc);
594 if ((sc->sc_stat & mask) == mask) {
611 sc->sc_stat = tpm_status(sc);
614 sc->sc_stat, TPM_STS_BITS);
616 if ((sc->sc_stat & mask) == mask)
702 if ((b & sc->sc_stat) == TPM_STS_VALID) {
709 if ((sc->sc_stat
[all...]
H A Dtpmvar.h41 u_int32_t sc_stat; member in struct:tpm_softc
/freebsd-13-stable/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--
195 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--
428 struct upgt_stat sc_stat; member in struct:upgt_softc
H A Dif_uath.c2152 stats = &sc->sc_stat;
H A Dif_upgt.c2039 stats = &sc->sc_stat;

Completed in 184 milliseconds