Home
last modified time | relevance | path

Searched refs:rlec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe.c1623 uint64_t crcerrs, illerrc, rlec, ruc, rfc, roc, rjc; in ixgbe_update_stats_counters() local
1700 IXGBE_EVC_REGADD2(hw, stats, IXGBE_RLEC, rlec); in ixgbe_update_stats_counters()
1796 crcerrs + illerrc + rlec + ruc + rfc + roc + rjc); in ixgbe_update_stats_counters()
2060 evcnt_attach_dynamic(&stats->rlec, EVCNT_TYPE_MISC, NULL, in ixgbe_add_hw_stats()
2230 IXGBE_EVC_STORE(&stats->rlec, 0); in ixgbe_clear_evcnt()
3838 evcnt_detach(&stats->rlec); in ixgbe_detach()
H A Dixgbe_type.h3929 struct evcnt rlec; member
/netbsd-src/sys/dev/pci/
H A Dif_wm.c6641 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, in wm_update_stats()
6650 rlec = CSR_READ(sc, WMREG_RLEC); in wm_update_stats()
6657 WM_EVCNT_ADD(&sc->sc_ev_rlec, rlec); in wm_update_stats()
6826 crcerrs + algnerrc + symerrc + rxerrc + sec + cexterr + rlec); in wm_update_stats()
6640 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, wm_update_stats() local