Searched refs:tx_frames (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
337 RMON_UPDATE(mac, tx_frames, stats0[27 - STATS0_START]);
338 RMON_UPDATE(mac, tx_frames, stats0[28 - STATS0_START]);
339 RMON_UPDATE(mac, tx_frames, stats0[29 - STATS0_START]);
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
H A Dcxgb_xgmac.c659 mac->tx_mcnt = s->tx_frames;
717 u64 tx_mcnt = s->tx_frames;
763 mac->tx_mcnt = s->tx_frames;
828 RMON_UPDATE64(mac, tx_frames, TX_FRAME_LOW, TX_FRAME_HIGH);
H A Dcxgb_common.h186 u64 tx_frames; /* all good frames */ member in struct:mac_stats
/freebsd-11.0-release/sys/dev/vte/
H A Dif_vtevar.h108 uint32_t tx_frames; member in struct:vte_hw_stats
H A Dif_vte.c630 &stats->tx_frames, "Good frames");
1299 stat->tx_frames += CSR_READ_2(sc, VTE_CNT_TX_DONE);
1320 return (stat->tx_frames);
/freebsd-11.0-release/sys/dev/nfe/
H A Dif_nfevar.h99 uint32_t tx_frames; member in struct:nfe_hw_stats
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_def.h183 uint64_t tx_frames; member in struct:qla_host
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h210 uint64_t tx_frames; member in struct:qla_host
/freebsd-11.0-release/sys/dev/age/
H A Dif_agevar.h163 uint64_t tx_frames; member in struct:age_stats
H A Dif_agereg.h517 uint32_t tx_frames; member in struct:smb
H A Dif_age.c2062 stat->tx_frames += smb->tx_frames;
2089 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames);
3210 (uintmax_t)stats->tx_frames);
/freebsd-11.0-release/sys/dev/alc/
H A Dif_alcvar.h166 uint32_t tx_frames; member in struct:alc_hw_stats
H A Dif_alc.c1834 &stats->tx_frames, "Good frames");
3176 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes;
3213 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes;
3247 stat->tx_frames += smb->tx_frames;
3274 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames);
H A Dif_alcreg.h1148 uint32_t tx_frames; member in struct:smb
/freebsd-11.0-release/sys/dev/ale/
H A Dif_alevar.h150 uint32_t tx_frames; member in struct:ale_hw_stats
H A Dif_alereg.h589 uint32_t tx_frames; member in struct:smb
H A Dif_ale.c908 &stats->tx_frames, "Good frames");
2120 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
2147 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) {
2179 stat->tx_frames += smb->tx_frames;
2206 if_inc_counter(ifp, IFCOUNTER_OPACKETS, smb->tx_frames);
/freebsd-11.0-release/sys/dev/et/
H A Dif_etvar.h263 uint64_t tx_frames; member in struct:et_hw_stats
H A Dif_et.c2531 &stats->tx_frames, "Good frames");
2660 stats->tx_frames += CSR_READ_4(sc, ET_STAT_TX_FRAMES);
2692 return (stats->tx_frames);
/freebsd-11.0-release/sys/dev/qlxge/
H A Dqls_def.h125 uint64_t tx_frames; member in struct:qla_tx_ring
/freebsd-11.0-release/sys/dev/ste/
H A Dif_stereg.h408 uint32_t tx_frames; member in struct:ste_hw_stats
/freebsd-11.0-release/sys/dev/cadence/
H A Dif_cgem.c150 uint32_t tx_frames; member in struct:cgem_softc::cgem_hw_stats
837 sc->stats.tx_frames += RD4(sc, CGEM_FRAMES_TX);
1505 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "tx_frames", CTLFLAG_RD,
1506 &sc->stats.tx_frames, 0, "Total frames transmitted");
/freebsd-11.0-release/sys/dev/bfe/
H A Dif_bfereg.h536 uint64_t tx_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1266 stats->tx_frames += mib[MIB_TX_P];
1893 (uintmax_t)stats->tx_frames);
/freebsd-11.0-release/sys/dev/txp/
H A Dif_txpreg.h634 uint32_t tx_frames; member in struct:txp_hw_stats

Completed in 317 milliseconds

12