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

12

/freebsd-12-stable/sys/dev/vte/
H A Dif_vtevar.h101 uint32_t rx_mcast_frames; member in struct:vte_hw_stats
H A Dif_vte.c612 &stats->rx_mcast_frames, "Good multicast frames");
1290 stat->rx_mcast_frames += (value & 0xFF);
/freebsd-12-stable/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.h212 u64 rx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c805 RMON_UPDATE(mac, rx_mcast_frames, RX_MCAST_FRAMES);
/freebsd-12-stable/sys/dev/age/
H A Dif_agevar.h142 uint64_t rx_mcast_frames; member in struct:age_stats
H A Dif_agereg.h496 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_age.c2042 stat->rx_mcast_frames += smb->rx_mcast_frames;
3264 (uintmax_t)stats->rx_mcast_frames);
/freebsd-12-stable/sys/dev/alc/
H A Dif_alcvar.h145 uint32_t rx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h1137 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_alc.c1814 &stats->rx_mcast_frames, "Good multicast frames");
3261 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-12-stable/sys/dev/ale/
H A Dif_alevar.h129 uint32_t rx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alereg.h568 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_ale.c862 &stats->rx_mcast_frames, "Good multicast frames");
2159 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-12-stable/sys/dev/vnic/
H A Dnic.h228 uint64_t rx_mcast_frames; member in struct:nicvf_hw_stats
H A Dnicvf_main.c749 return (hw_stats->rx_mcast_frames);
1584 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST);
/freebsd-12-stable/sys/dev/ste/
H A Dif_stereg.h407 uint32_t rx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c852 stats->rx_mcast_frames += CSR_READ_1(sc, STE_STAT_RX_MCAST);
2069 &stats->rx_mcast_frames, "Good multicast frames");
/freebsd-12-stable/sys/dev/bfe/
H A Dif_bfereg.h565 uint64_t rx_mcast_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1299 stats->rx_mcast_frames += mib[MIB_RX_MCAST];
1942 (uintmax_t)stats->rx_mcast_frames);
/freebsd-12-stable/sys/dev/txp/
H A Dif_txpreg.h650 uint32_t rx_mcast_frames; member in struct:txp_hw_stats
H A Dif_txp.c2858 stats->rx_mcast_frames = ostats->rx_mcast_frames +
2988 &stats->rx_mcast_frames, "Multicast frames");
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h114 u64 rx_mcast_frames; /* all multicast frames */ member in struct:port_stats
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2168 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2186 __be64 rx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c452 "rx_mcast_frames", CTLFLAG_RD,
453 &softc->rx_port_stats->rx_mcast_frames, "Received mcast frames");

Completed in 659 milliseconds

12