Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c306 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames - in t3_vsc7323_update_stats()
338 RMON_UPDATE(mac, tx_mcast_frames, stats0[28 - STATS0_START]); in t3_vsc7323_update_stats()
356 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames + in t3_vsc7323_update_stats()
H A Dcxgb_common.h186 u64 tx_mcast_frames; /* good multicast frames */ member
H A Dcxgb_xgmac.c839 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST); in t3_mac_update_stats()
/freebsd/sys/dev/ale/
H A Dif_alevar.h152 uint32_t tx_mcast_frames; member
H A Dif_alereg.h591 uint32_t tx_mcast_frames; member
H A Dif_ale.c902 &stats->tx_mcast_frames, "Good multicast frames"); in ale_sysctl_node()
2171 stat->tx_mcast_frames += smb->tx_mcast_frames; in ale_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h165 uint64_t tx_mcast_frames; member
H A Dif_agereg.h519 uint32_t tx_mcast_frames; member
H A Dif_age.c2060 stat->tx_mcast_frames += smb->tx_mcast_frames; in age_stats_update()
3206 (uintmax_t)stats->tx_mcast_frames); in sysctl_age_stats()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h168 uint32_t tx_mcast_frames; member
H A Dif_alcreg.h1160 uint32_t tx_mcast_frames; member
H A Dif_alc.c1885 &stats->tx_mcast_frames, "Good multicast frames"); in alc_sysctl_node()
3304 stat->tx_mcast_frames += smb->tx_mcast_frames; in alc_stats_update()
/freebsd/sys/dev/ste/
H A Dif_stereg.h410 uint32_t tx_mcast_frames; member
H A Dif_ste.c859 stats->tx_mcast_frames += CSR_READ_1(sc, STE_STAT_TX_MCAST); in ste_stats_update()
2081 &stats->tx_mcast_frames, "Good multicast frames"); in ste_sysctl_node()
/freebsd/sys/dev/bfe/
H A Dif_bfereg.h538 uint64_t tx_mcast_frames; member
H A Dif_bfe.c1268 stats->tx_mcast_frames += mib[MIB_TX_MCAST]; in bfe_stats_update()
1896 (uintmax_t)stats->tx_mcast_frames); in sysctl_bfe_stats()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h86 u64 tx_mcast_frames; /* all multicast frames */ member
H A Dt4_hw.c6872 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST); in t4_get_port_stats()
6898 p->tx_mcast_frames -= p->tx_pause; in t4_get_port_stats()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2158 __be64 tx_mcast_frames; member
2177 __be64 tx_mcast_frames; member
/freebsd/sys/dev/msk/
H A Dif_mskreg.h2486 uint32_t tx_mcast_frames; member
H A Dif_msk.c4389 stats->tx_mcast_frames += in msk_stats_update()
4541 child, tx_mcast_frames, "Multicast frames"); in msk_sysctl_node()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c294 &softc->tx_port_stats->tx_mcast_frames, "Transmitted mcast frames"); in bnxt_create_port_stats_sysctls()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3131 return (s->tx_bcast_frames + s->tx_mcast_frames + in vi_get_counter()
3144 return (s->tx_mcast_frames); in vi_get_counter()
3201 return (s->tx_mcast_frames); in cxgbe_get_counter()
7167 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES); in t4_get_vi_stats()
8041 T4_REGSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames"); in cxgbe_sysctls()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6982 __be64 tx_mcast_frames; member
7001 __be64 tx_mcast_frames; member
9179 __be64 tx_mcast_frames; member
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c2242 return (mstats->tx_mcast_frames); in cxgb_get_counter()

12