| /src/sys/dev/pci/ixgbe/ |
| ixgbe.c | 1623 uint64_t crcerrs, illerrc, rlec, ruc, rfc, roc, rjc; local 1627 IXGBE_EVC_REGADD2(hw, stats, IXGBE_CRCERRS, crcerrs); 1796 crcerrs + illerrc + rlec + ruc + rfc + roc + rjc); 2040 evcnt_attach_dynamic(&stats->crcerrs, EVCNT_TYPE_MISC, NULL, 2219 IXGBE_EVC_STORE(&stats->crcerrs, 0); 3827 evcnt_detach(&stats->crcerrs);
|
| ixgbe.c | 1623 uint64_t crcerrs, illerrc, rlec, ruc, rfc, roc, rjc; local 1627 IXGBE_EVC_REGADD2(hw, stats, IXGBE_CRCERRS, crcerrs); 1796 crcerrs + illerrc + rlec + ruc + rfc + roc + rjc); 2040 evcnt_attach_dynamic(&stats->crcerrs, EVCNT_TYPE_MISC, NULL, 2219 IXGBE_EVC_STORE(&stats->crcerrs, 0); 3827 evcnt_detach(&stats->crcerrs);
|
| ixgbe_type.h | 3919 struct evcnt crcerrs; member in struct:ixgbe_hw_stats
|
| ixgbe_type.h | 3919 struct evcnt crcerrs; member in struct:ixgbe_hw_stats
|
| /src/sys/dev/pci/ |
| if_wm.c | 6641 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, local 6645 crcerrs = CSR_READ(sc, WMREG_CRCERRS); 6652 WM_EVCNT_ADD(&sc->sc_ev_crcerrs, crcerrs); 6826 crcerrs + algnerrc + symerrc + rxerrc + sec + cexterr + rlec);
|
| if_wm.c | 6641 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, local 6645 crcerrs = CSR_READ(sc, WMREG_CRCERRS); 6652 WM_EVCNT_ADD(&sc->sc_ev_crcerrs, crcerrs); 6826 crcerrs + algnerrc + symerrc + rxerrc + sec + cexterr + rlec);
|