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

/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
340 RMON_UPDATE(mac, tx_mcast_frames, stats0[28 - STATS0_START]);
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
H A Dcxgb_common.h187 u64 tx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c829 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST);
/freebsd-9.3-release/sys/dev/age/
H A Dif_agevar.h165 uint64_t tx_mcast_frames; member in struct:age_stats
H A Dif_agereg.h519 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_age.c2069 stat->tx_mcast_frames += smb->tx_mcast_frames;
3219 (uintmax_t)stats->tx_mcast_frames);
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alcvar.h164 uint32_t tx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h846 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_alc.c1252 &stats->tx_mcast_frames, "Good multicast frames");
2589 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-9.3-release/sys/dev/ale/
H A Dif_alevar.h152 uint32_t tx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alereg.h591 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_ale.c911 &stats->tx_mcast_frames, "Good multicast frames");
2186 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-9.3-release/sys/dev/ste/
H A Dif_stereg.h410 uint32_t tx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c858 stats->tx_mcast_frames += CSR_READ_1(sc, STE_STAT_TX_MCAST);
2083 &stats->tx_mcast_frames, "Good multicast frames");
/freebsd-9.3-release/sys/dev/bfe/
H A Dif_bfereg.h538 uint64_t tx_mcast_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1268 stats->tx_mcast_frames += mib[MIB_TX_MCAST];
1897 (uintmax_t)stats->tx_mcast_frames);
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h461 __be64 tx_mcast_frames; member in struct:mlx4_counters_ext
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h79 u64 tx_mcast_frames; /* all multicast frames */ member in struct:port_stats
H A Dt4_hw.c3863 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST);
/freebsd-9.3-release/sys/dev/msk/
H A Dif_mskreg.h2490 uint32_t tx_mcast_frames; member in struct:msk_hw_stats
H A Dif_msk.c4413 stats->tx_mcast_frames +=
4564 child, tx_mcast_frames, "Multicast frames");
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5537 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
5556 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
7384 __be64 tx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c2356 ifp->if_omcasts = mstats->tx_mcast_frames;
H A Dcxgb_sge.c3629 CXGB_SYSCTL_ADD_QUAD(tx_mcast_frames);
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c4065 ifp->if_omcasts = s->tx_mcast_frames - s->tx_pause;
4587 SYSCTL_ADD_T4_REG64(pi, "tx_mcast_frames", "# of multicast frames",

Completed in 624 milliseconds