Searched refs:rx_frames (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c305 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames -
316 RMON_UPDATE(mac, rx_frames, stats0[6 - STATS0_START]);
317 RMON_UPDATE(mac, rx_frames, stats0[7 - STATS0_START]);
318 RMON_UPDATE(mac, rx_frames, stats0[8 - STATS0_START]);
356 mac->stats.rx_frames = rx_ucast + mac->stats.rx_mcast_frames +
H A Dcxgb_xgmac.c665 mac->rx_mcnt = s->rx_frames;
803 RMON_UPDATE64(mac, rx_frames, RX_FRAMES_LOW, RX_FRAMES_HIGH);
H A Dcxgb_common.h210 u64 rx_frames; /* all good frames */ member in struct:mac_stats
/freebsd-11.0-release/sys/dev/vte/
H A Dif_vtevar.h97 uint32_t rx_frames; member in struct:vte_hw_stats
H A Dif_vte.c606 &stats->rx_frames, "Good frames");
1285 stat->rx_frames += CSR_READ_2(sc, VTE_CNT_RX_DONE);
1326 return (stat->rx_frames);
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_def.h180 uint64_t rx_frames; member in struct:qla_host
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h201 uint64_t rx_frames; member in struct:qla_host
/freebsd-11.0-release/sys/dev/age/
H A Dif_agevar.h138 uint64_t rx_frames; member in struct:age_stats
H A Dif_agereg.h492 uint32_t rx_frames; member in struct:smb
H A Dif_age.c2036 stat->rx_frames += smb->rx_frames;
2099 if_inc_counter(ifp, IFCOUNTER_IPACKETS, smb->rx_frames);
3261 (uintmax_t)stats->rx_frames);
/freebsd-11.0-release/sys/dev/alc/
H A Dif_alcvar.h141 uint32_t rx_frames; member in struct:alc_hw_stats
H A Dif_alc.c1780 &stats->rx_frames, "Good frames");
3170 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered;
3207 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered;
3221 stat->rx_frames += smb->rx_frames;
3283 if_inc_counter(ifp, IFCOUNTER_IPACKETS, smb->rx_frames);
H A Dif_alcreg.h1123 uint32_t rx_frames; member in struct:smb
/freebsd-11.0-release/sys/dev/ale/
H A Dif_alevar.h125 uint32_t rx_frames; member in struct:ale_hw_stats
H A Dif_alereg.h564 uint32_t rx_frames; member in struct:smb
H A Dif_ale.c854 &stats->rx_frames, "Good frames");
2115 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered; reg++) {
2142 for (reg = &sb.rx_frames, i = 0; reg <= &sb.rx_pkts_filtered; reg++) {
2153 stat->rx_frames += smb->rx_frames;
2215 if_inc_counter(ifp, IFCOUNTER_IPACKETS, smb->rx_frames);
/freebsd-11.0-release/sys/dev/et/
H A Dif_etvar.h245 uint64_t rx_frames; member in struct:et_hw_stats
H A Dif_et.c2492 &stats->rx_frames, "Good frames");
2642 stats->rx_frames += CSR_READ_4(sc, ET_STAT_RX_FRAMES);
2700 return (stats->rx_frames);
/freebsd-11.0-release/sys/dev/vge/
H A Dif_vgevar.h142 uint32_t rx_frames; member in struct:vge_hw_stats
/freebsd-11.0-release/sys/dev/cadence/
H A Dif_cgem.c169 uint32_t rx_frames; member in struct:cgem_softc::cgem_hw_stats
868 sc->stats.rx_frames += RD4(sc, CGEM_FRAMES_RX);
910 if (sc->rxhangwar && sc->rx_frames_prev == sc->stats.rx_frames) {
921 sc->rx_frames_prev = sc->stats.rx_frames;
1559 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "rx_frames", CTLFLAG_RD,
1560 &sc->stats.rx_frames, 0, "Total frames received");
/freebsd-11.0-release/sys/dev/ste/
H A Dif_stereg.h403 uint32_t rx_frames; member in struct:ste_hw_stats
/freebsd-11.0-release/sys/dev/bfe/
H A Dif_bfereg.h561 uint64_t rx_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1291 stats->rx_frames += mib[MIB_RX_P];
1932 (uintmax_t)stats->rx_frames);
/freebsd-11.0-release/sys/dev/txp/
H A Dif_txpreg.h645 uint32_t rx_frames; member in struct:txp_hw_stats
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h352 u16 rx_frames; member in struct:sdp_moderation

Completed in 320 milliseconds

12