Searched refs:rx_align_errs (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c185 uint32_t rx_align_errs; member in struct:cgem_softc::cgem_hw_stats
884 sc->stats.rx_align_errs += RD4(sc, CGEM_ALIGN_ERRS);
1606 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "rx_align_errs",
1607 CTLFLAG_RD, &sc->stats.rx_align_errs, 0,
/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfereg.h577 uint32_t rx_align_errs; member in struct:bfe_hw_stats
H A Dif_bfe.c1307 stats->rx_align_errs += mib[MIB_RX_ALIGN];
1958 printf("Receive align errors : %u\n", stats->rx_align_errs);
/freebsd-11-stable/sys/dev/nge/
H A Dif_nge.c1713 stats->rx_align_errs =
1741 nstats->rx_align_errs += stats->rx_align_errs;
2687 &stats->rx_align_errs, "Frame alignment errors");
H A Dif_ngereg.h626 uint32_t rx_align_errs; member in struct:nge_stats
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h215 u64 rx_align_errs; /* alignment errors */ member in struct:mac_stats
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c3636 CXGB_SYSCTL_ADD_QUAD(rx_align_errs);

Completed in 223 milliseconds