Home | History | Annotate | Download | only in pcmcia

Lines Matching defs:sc_stats

187 	struct cnwstats sc_stats;
662 sc->sc_stats.nws_tx++;
895 sc->sc_stats.nws_rx++;
911 sc->sc_stats.nws_rxerr++;
913 sc->sc_stats.nws_rxframe++;
915 sc->sc_stats.nws_rxcrcerror++;
917 sc->sc_stats.nws_rxoverrun++;
919 sc->sc_stats.nws_rxoverflow++;
921 sc->sc_stats.nws_rxerrors++;
923 sc->sc_stats.nws_rxavail++;
944 sc->sc_stats.nws_txerrors++;
946 sc->sc_stats.nws_txlostcd++;
948 sc->sc_stats.nws_txabort++;
951 sc->sc_stats.nws_txokay++;
952 sc->sc_stats.nws_txretries[status & 0xf]++;
1100 (void *)&sc->sc_stats, sizeof(struct cnwstats));