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

/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c308 tx_ucast = mac->stats.tx_frames - mac->stats.tx_mcast_frames -
340 RMON_UPDATE(mac, tx_mcast_frames, stats0[28 - STATS0_START]);
358 mac->stats.tx_frames = tx_ucast + mac->stats.tx_mcast_frames +
H A Dcxgb_common.h187 u64 tx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c829 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST);
/freebsd-11.0-release/sys/dev/age/
H A Dif_agevar.h165 uint64_t tx_mcast_frames; member in struct:age_stats
H A Dif_agereg.h519 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_age.c2064 stat->tx_mcast_frames += smb->tx_mcast_frames;
3214 (uintmax_t)stats->tx_mcast_frames);
/freebsd-11.0-release/sys/dev/alc/
H A Dif_alcvar.h168 uint32_t tx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h1150 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_alc.c1838 &stats->tx_mcast_frames, "Good multicast frames");
3249 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-11.0-release/sys/dev/ale/
H A Dif_alevar.h152 uint32_t tx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alereg.h591 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_ale.c912 &stats->tx_mcast_frames, "Good multicast frames");
2181 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-11.0-release/sys/dev/ste/
H A Dif_stereg.h410 uint32_t tx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c859 stats->tx_mcast_frames += CSR_READ_1(sc, STE_STAT_TX_MCAST);
2082 &stats->tx_mcast_frames, "Good multicast frames");
/freebsd-11.0-release/sys/dev/bfe/
H A Dif_bfereg.h538 uint64_t tx_mcast_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1268 stats->tx_mcast_frames += mib[MIB_TX_MCAST];
1897 (uintmax_t)stats->tx_mcast_frames);
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dcommon.h69 u64 tx_mcast_frames; /* all multicast frames */ member in struct:port_stats
H A Dt4_hw.c5632 p->tx_mcast_frames = GET_STAT(TX_PORT_MCAST);
5655 p->tx_mcast_frames -= p->tx_pause;
/freebsd-11.0-release/sys/dev/msk/
H A Dif_mskreg.h2485 uint32_t tx_mcast_frames; member in struct:msk_hw_stats
H A Dif_msk.c4406 stats->tx_mcast_frames +=
4557 child, tx_mcast_frames, "Multicast frames");
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Dt4fw_interface.h5452 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
5471 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
7296 __be64 tx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_main.c1676 return (s->tx_bcast_frames + s->tx_mcast_frames +
1689 return (s->tx_mcast_frames);
1748 return (s->tx_mcast_frames);
4374 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES);
5006 SYSCTL_ADD_T4_REG64(pi, "tx_mcast_frames", "# of multicast frames",
/freebsd-11.0-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6172 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
6191 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
8084 __be64 tx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_main.c2235 return (mstats->tx_mcast_frames);
H A Dcxgb_sge.c3610 CXGB_SYSCTL_ADD_QUAD(tx_mcast_frames);

Completed in 605 milliseconds