Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
340 RMON_UPDATE(mac, tx_mcast_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_common.h188 u64 tx_mcast_frames; /* good multicast frames */ member
H A Dcxgb_xgmac.c830 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST); in t3_mac_update_stats()
/freebsd-12.1/sys/dev/ale/
H A Dif_alevar.h154 uint32_t tx_mcast_frames; member
H A Dif_alereg.h593 uint32_t tx_mcast_frames; member
H A Dif_ale.c916 &stats->tx_mcast_frames, "Good multicast frames"); in ale_sysctl_node()
2185 stat->tx_mcast_frames += smb->tx_mcast_frames; in ale_stats_update()
/freebsd-12.1/sys/dev/alc/
H A Dif_alcvar.h170 uint32_t tx_mcast_frames; member
H A Dif_alcreg.h1154 uint32_t tx_mcast_frames; member
H A Dif_alc.c1866 &stats->tx_mcast_frames, "Good multicast frames"); in alc_sysctl_node()
3283 stat->tx_mcast_frames += smb->tx_mcast_frames; in alc_stats_update()
/freebsd-12.1/sys/dev/age/
H A Dif_agevar.h167 uint64_t tx_mcast_frames; member
H A Dif_agereg.h521 uint32_t tx_mcast_frames; member
H A Dif_age.c2068 stat->tx_mcast_frames += smb->tx_mcast_frames; in age_stats_update()
3213 (uintmax_t)stats->tx_mcast_frames); in sysctl_age_stats()
/freebsd-12.1/sys/dev/ste/
H A Dif_stereg.h412 uint32_t tx_mcast_frames; member
H A Dif_ste.c861 stats->tx_mcast_frames += CSR_READ_1(sc, STE_STAT_TX_MCAST); in ste_stats_update()
2084 &stats->tx_mcast_frames, "Good multicast frames"); in ste_sysctl_node()
/freebsd-12.1/sys/dev/bfe/
H A Dif_bfereg.h540 uint64_t tx_mcast_frames; member
H A Dif_bfe.c1274 stats->tx_mcast_frames += mib[MIB_TX_MCAST]; in bfe_stats_update()
1903 (uintmax_t)stats->tx_mcast_frames); in sysctl_bfe_stats()
/freebsd-12.1/sys/dev/cxgbe/common/
H A Dcommon.h77 u64 tx_mcast_frames; /* all multicast frames */ member
H A Dt4_hw.c6816 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6842 p->tx_mcast_frames -= p->tx_pause; in t4_get_port_stats()
/freebsd-12.1/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2158 __be64 tx_mcast_frames; member
2177 __be64 tx_mcast_frames; member
/freebsd-12.1/sys/dev/bnxt/
H A Dbnxt_sysctl.c272 &softc->tx_port_stats->tx_mcast_frames, "Transmitted mcast frames"); in bnxt_create_port_stats_sysctls()
/freebsd-12.1/sys/dev/msk/
H A Dif_mskreg.h2487 uint32_t tx_mcast_frames; member
H A Dif_msk.c4396 stats->tx_mcast_frames += in msk_stats_update()
4547 child, tx_mcast_frames, "Multicast frames"); in msk_sysctl_node()
/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_main.c2126 return (s->tx_bcast_frames + s->tx_mcast_frames + in vi_get_counter()
2139 return (s->tx_mcast_frames); in vi_get_counter()
2198 return (s->tx_mcast_frames); in cxgbe_get_counter()
5781 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4_get_vi_stats()
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6893 __be64 tx_mcast_frames; member
6912 __be64 tx_mcast_frames; member
9047 __be64 tx_mcast_frames; member
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_main.c2244 return (mstats->tx_mcast_frames); in cxgb_get_counter()

12