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

12

/freebsd-9.3-release/sys/dev/vte/
H A Dif_vtevar.h99 uint32_t rx_mcast_frames; member in struct:vte_hw_stats
H A Dif_vte.c607 &stats->rx_mcast_frames, "Good multicast frames");
1289 stat->rx_mcast_frames += (value & 0xFF);
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c305 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames -
319 RMON_UPDATE(mac, rx_mcast_frames, stats0[7 - STATS0_START]);
356 mac->stats.rx_frames = rx_ucast + mac->stats.rx_mcast_frames +
H A Dcxgb_common.h211 u64 rx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c804 RMON_UPDATE(mac, rx_mcast_frames, RX_MCAST_FRAMES);
/freebsd-9.3-release/sys/dev/age/
H A Dif_agevar.h140 uint64_t rx_mcast_frames; member in struct:age_stats
H A Dif_agereg.h494 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_age.c2043 stat->rx_mcast_frames += smb->rx_mcast_frames;
3270 (uintmax_t)stats->rx_mcast_frames);
/freebsd-9.3-release/sys/dev/alc/
H A Dif_alcvar.h139 uint32_t rx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h821 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_alc.c1198 &stats->rx_mcast_frames, "Good multicast frames");
2563 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-9.3-release/sys/dev/ale/
H A Dif_alevar.h127 uint32_t rx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alereg.h566 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_ale.c857 &stats->rx_mcast_frames, "Good multicast frames");
2160 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-9.3-release/sys/dev/ste/
H A Dif_stereg.h405 uint32_t rx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c849 stats->rx_mcast_frames += CSR_READ_1(sc, STE_STAT_RX_MCAST);
2068 &stats->rx_mcast_frames, "Good multicast frames");
/freebsd-9.3-release/sys/dev/bfe/
H A Dif_bfereg.h563 uint64_t rx_mcast_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1293 stats->rx_mcast_frames += mib[MIB_RX_MCAST];
1936 (uintmax_t)stats->rx_mcast_frames);
/freebsd-9.3-release/sys/dev/txp/
H A Dif_txpreg.h652 uint32_t rx_mcast_frames; member in struct:txp_hw_stats
H A Dif_txp.c2844 stats->rx_mcast_frames = ostats->rx_mcast_frames +
2955 &stats->rx_mcast_frames, "Multicast frames");
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h451 __be64 rx_mcast_frames; member in struct:mlx4_counters_ext
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dcommon.h105 u64 rx_mcast_frames; /* all multicast frames */ member in struct:port_stats
/freebsd-9.3-release/sys/dev/msk/
H A Dif_mskreg.h2467 uint32_t rx_mcast_frames; member in struct:msk_hw_stats
H A Dif_msk.c4370 stats->rx_mcast_frames +=
4526 child, rx_mcast_frames, "Multicast frames");
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h5547 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
5565 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
7393 __be64 rx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats

Completed in 789 milliseconds

12