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

12

/freebsd-11-stable/sys/dev/vte/
H A Dif_vtevar.h99 uint32_t rx_mcast_frames; member in struct:vte_hw_stats
H A Dif_vte.c610 &stats->rx_mcast_frames, "Good multicast frames");
1288 stat->rx_mcast_frames += (value & 0xFF);
/freebsd-11-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.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-11-stable/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.c2038 stat->rx_mcast_frames += smb->rx_mcast_frames;
3265 (uintmax_t)stats->rx_mcast_frames);
/freebsd-11-stable/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.c858 &stats->rx_mcast_frames, "Good multicast frames");
2155 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h143 uint32_t rx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h1127 uint32_t rx_mcast_frames; member in struct:smb
H A Dif_alc.c1801 &stats->rx_mcast_frames, "Good multicast frames");
3240 stat->rx_mcast_frames += smb->rx_mcast_frames;
/freebsd-11-stable/sys/dev/vnic/
H A Dnic.h228 uint64_t rx_mcast_frames; member in struct:nicvf_hw_stats
H A Dnicvf_main.c751 return (hw_stats->rx_mcast_frames);
1586 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST);
/freebsd-11-stable/sys/dev/ste/
H A Dif_stereg.h405 uint32_t rx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c850 stats->rx_mcast_frames += CSR_READ_1(sc, STE_STAT_RX_MCAST);
2067 &stats->rx_mcast_frames, "Good multicast frames");
/freebsd-11-stable/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-11-stable/sys/dev/txp/
H A Dif_txpreg.h653 uint32_t rx_mcast_frames; member in struct:txp_hw_stats
H A Dif_txp.c2857 stats->rx_mcast_frames = ostats->rx_mcast_frames +
2987 &stats->rx_mcast_frames, "Multicast frames");
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h101 u64 rx_mcast_frames; /* all multicast frames */ member in struct:port_stats
/freebsd-11-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-11-stable/sys/dev/msk/
H A Dif_mskreg.h2462 uint32_t rx_mcast_frames; member in struct:msk_hw_stats

Completed in 555 milliseconds

12