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

12

/freebsd-12-stable/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.h188 u64 tx_mcast_frames; /* good multicast frames */ member in struct:mac_stats
H A Dcxgb_xgmac.c830 RMON_UPDATE(mac, tx_mcast_frames, TX_MCAST);
/freebsd-12-stable/sys/dev/age/
H A Dif_agevar.h167 uint64_t tx_mcast_frames; member in struct:age_stats
H A Dif_agereg.h521 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_age.c2068 stat->tx_mcast_frames += smb->tx_mcast_frames;
3213 (uintmax_t)stats->tx_mcast_frames);
/freebsd-12-stable/sys/dev/alc/
H A Dif_alcvar.h170 uint32_t tx_mcast_frames; member in struct:alc_hw_stats
H A Dif_alcreg.h1162 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_alc.c1868 &stats->tx_mcast_frames, "Good multicast frames");
3287 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-12-stable/sys/dev/ale/
H A Dif_alevar.h154 uint32_t tx_mcast_frames; member in struct:ale_hw_stats
H A Dif_alereg.h593 uint32_t tx_mcast_frames; member in struct:smb
H A Dif_ale.c916 &stats->tx_mcast_frames, "Good multicast frames");
2185 stat->tx_mcast_frames += smb->tx_mcast_frames;
/freebsd-12-stable/sys/dev/ste/
H A Dif_stereg.h412 uint32_t tx_mcast_frames; member in struct:ste_hw_stats
H A Dif_ste.c861 stats->tx_mcast_frames += CSR_READ_1(sc, STE_STAT_TX_MCAST);
2084 &stats->tx_mcast_frames, "Good multicast frames");
/freebsd-12-stable/sys/dev/bfe/
H A Dif_bfereg.h540 uint64_t tx_mcast_frames; member in struct:bfe_hw_stats
H A Dif_bfe.c1274 stats->tx_mcast_frames += mib[MIB_TX_MCAST];
1903 (uintmax_t)stats->tx_mcast_frames);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h88 u64 tx_mcast_frames; /* all multicast frames */ member in struct:port_stats
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2158 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2177 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c271 "tx_mcast_frames", CTLFLAG_RD,
272 &softc->tx_port_stats->tx_mcast_frames, "Transmitted mcast frames");
/freebsd-12-stable/sys/dev/msk/
H A Dif_mskreg.h2487 uint32_t tx_mcast_frames; member in struct:msk_hw_stats
H A Dif_msk.c4396 stats->tx_mcast_frames +=
4547 child, tx_mcast_frames, "Multicast frames");
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c2254 return (s->tx_bcast_frames + s->tx_mcast_frames +
2267 return (s->tx_mcast_frames);
2326 return (s->tx_mcast_frames);
6009 stats->tx_mcast_frames = GET_STAT(TX_VF_MCAST_FRAMES);
6794 T4_REGSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames");
/freebsd-12-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6976 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
6995 __be64 tx_mcast_frames; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
9165 __be64 tx_mcast_frames; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_main.c2246 return (mstats->tx_mcast_frames);
H A Dcxgb_sge.c3648 CXGB_SYSCTL_ADD_QUAD(tx_mcast_frames);

Completed in 612 milliseconds

12