ixgbe.c | 1623 uint64_t crcerrs, illerrc, rlec, ruc, rfc, roc, rjc; local in function:ixgbe_update_stats_counters 1628 IXGBE_EVC_REGADD2(hw, stats, IXGBE_ILLERRC, illerrc); 1796 crcerrs + illerrc + rlec + ruc + rfc + roc + rjc); 2042 evcnt_attach_dynamic(&stats->illerrc, EVCNT_TYPE_MISC, NULL, 2220 IXGBE_EVC_STORE(&stats->illerrc, 0); 3828 evcnt_detach(&stats->illerrc);
|