Home
last modified time | relevance | path

Searched refs:rx_mcast_frames (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c303 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames - in t3_vsc7323_update_stats()
317 RMON_UPDATE(mac, rx_mcast_frames, stats0[7 - STATS0_START]); in t3_vsc7323_update_stats()
354 mac->stats.rx_frames = rx_ucast + mac->stats.rx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_common.h210 u64 rx_mcast_frames; /* good multicast frames */ member
H A Dcxgb_xgmac.c814 RMON_UPDATE(mac, rx_mcast_frames, RX_MCAST_FRAMES); in t3_mac_update_stats()
/freebsd/sys/dev/vte/
H A Dif_vtevar.h99 uint32_t rx_mcast_frames; member
H A Dif_vte.c602 &stats->rx_mcast_frames, "Good multicast frames"); in vte_sysctl_node()
1280 stat->rx_mcast_frames += (value & 0xFF); in vte_stats_update()
/freebsd/sys/dev/ale/
H A Dif_alevar.h127 uint32_t rx_mcast_frames; member
H A Dif_alereg.h566 uint32_t rx_mcast_frames; member
H A Dif_ale.c836 &stats->rx_mcast_frames, "Good multicast frames"); in ale_sysctl_node()
2133 stat->rx_mcast_frames += smb->rx_mcast_frames; in ale_stats_update()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h143 uint32_t rx_mcast_frames; member
H A Dif_alcreg.h1135 uint32_t rx_mcast_frames; member
H A Dif_alc.c1819 &stats->rx_mcast_frames, "Good multicast frames"); in alc_sysctl_node()
3266 stat->rx_mcast_frames += smb->rx_mcast_frames; in alc_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h140 uint64_t rx_mcast_frames; member
H A Dif_agereg.h494 uint32_t rx_mcast_frames; member
H A Dif_age.c2022 stat->rx_mcast_frames += smb->rx_mcast_frames; in age_stats_update()
3245 (uintmax_t)stats->rx_mcast_frames); in sysctl_age_stats()
/freebsd/sys/dev/ste/
H A Dif_stereg.h405 uint32_t rx_mcast_frames; member
H A Dif_ste.c850 stats->rx_mcast_frames += CSR_READ_1(sc, STE_STAT_RX_MCAST); in ste_stats_update()
2061 &stats->rx_mcast_frames, "Good multicast frames"); in ste_sysctl_node()
/freebsd/sys/dev/vnic/
H A Dnic.h226 uint64_t rx_mcast_frames; member
H A Dnicvf_main.c729 return (hw_stats->rx_mcast_frames); in nicvf_if_getcounter()
1564 stats->rx_mcast_frames = GET_RX_STATS(RX_MCAST); in nicvf_update_stats()
/freebsd/sys/dev/bfe/
H A Dif_bfereg.h563 uint64_t rx_mcast_frames; member
H A Dif_bfe.c1288 stats->rx_mcast_frames += mib[MIB_RX_MCAST]; in bfe_stats_update()
1930 (uintmax_t)stats->rx_mcast_frames); in sysctl_bfe_stats()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h112 u64 rx_mcast_frames; /* all multicast frames */ member
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2168 __be64 rx_mcast_frames; member
2186 __be64 rx_mcast_frames; member
/freebsd/sys/dev/msk/
H A Dif_mskreg.h2463 uint32_t rx_mcast_frames; member
H A Dif_msk.c4346 stats->rx_mcast_frames += in msk_stats_update()
4500 child, rx_mcast_frames, "Multicast frames"); in msk_sysctl_node()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c431 &softc->rx_port_stats->rx_mcast_frames, "Received mcast frames"); in bnxt_create_port_stats_sysctls()

12