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

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_rx.c113 sc->istats.hbuf_error++;
121 sc->istats.no_rcv_mbuf++;
126 sc->istats.empty_hbuf++;
130 sc->istats.rx_seg++;
137 sc->istats.rx_seg++;
151 sc->istats.crc_error++;
159 sc->istats.len_error++;
190 sc->istats.short_aal5++;
203 sc->istats.short_aal5++;
219 sc->istats
[all...]
H A Dif_hatm_intr.c557 sc->istats.bug_no_irq_upd++;
574 sc->istats.itype_tbrq++;
580 sc->istats.itype_tpd++;
585 sc->istats.itype_rbps++;
604 sc->istats.itype_rbpl++;
620 sc->istats.itype_rbrq++;
643 sc->istats.itype_rbrqt++;
665 sc->istats.itype_phys++;
671 sc->istats.itype_unknown++;
677 sc->istats
[all...]
H A Dif_hatm_tx.c176 sc->istats.tdprq_full++;
198 sc->istats.tdprq_full++;
279 arg->sc->istats.flow_closed++;
410 sc->istats.flow_drop++;
469 sc->istats.defrag++;
H A Dif_hatmvar.h37 struct istats { struct
459 struct istats istats; member in struct:hatm_softc
H A Dif_hatm.c1275 len = sizeof(sc->istats);
1288 sc->istats.mcc += READ4(sc, HE_REGO_MCC);
1289 sc->istats.oec += READ4(sc, HE_REGO_OEC);
1290 sc->istats.dcc += READ4(sc, HE_REGO_DCC);
1291 sc->istats.cec += READ4(sc, HE_REGO_CEC);
1292 bcopy(&sc->istats, ret, sizeof(sc->istats));
1789 OID_AUTO, "istats", CTLFLAG_RD | CTLTYPE_OPAQUE, sc, CTL_ISTATS,
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h36 struct istats { struct
249 struct istats istats; /* internal statistics */ member in struct:fatm_softc
H A Dif_fatm.c153 sc->istats.suni_reg_errors++;
183 sc->istats.cmd_queue_full++;
233 sc->istats.suni_reg_errors++;
270 sc->istats.cmd_queue_full++;
1545 sc->istats.rx_closed++;
1676 sc->istats.get_stat_errors++;
1704 sc->istats.cmd_queue_full++;
1831 sc->istats.fix_addr_copy++;
1836 sc->istats.fix_addr_noext++;
1839 sc->istats
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c465 HAL_MIB_STATS* istats = &ahp->ah_stats.ast_mibstats; local
467 stats->ackrcv_bad = istats->ackrcv_bad;
468 stats->rts_bad = istats->rts_bad;
469 stats->fcs_bad = istats->fcs_bad;
470 stats->rts_good = istats->rts_good;
471 stats->beacons = istats->beacons;

Completed in 221 milliseconds