Searched refs:rx_mcast_bytes (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h160 uint64_t rx_mcast_bytes; member in struct:age_stats
H A Dif_agereg.h514 uint32_t rx_mcast_bytes; member in struct:smb
H A Dif_age.c2058 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
3279 (uintmax_t)stats->rx_mcast_bytes);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h147 uint64_t rx_mcast_bytes; member in struct:ale_hw_stats
H A Dif_alereg.h586 uint32_t rx_mcast_bytes; member in struct:smb
H A Dif_ale.c872 &stats->rx_mcast_bytes, "Good multicast octets");
2175 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h163 uint64_t rx_mcast_bytes; member in struct:alc_hw_stats
H A Dif_alcreg.h1147 uint32_t rx_mcast_bytes; member in struct:smb
H A Dif_alc.c1815 &stats->rx_mcast_bytes, "Good multicast octets");
3260 stat->rx_mcast_bytes += smb->rx_mcast_bytes;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h370 u64 rx_mcast_bytes; member in struct:ecore_eth_stats_common
H A Dqlnx_os.c1877 OID_AUTO, "rx_mcast_bytes",
1878 CTLFLAG_RD, &ha->hw_stats.common.rx_mcast_bytes,
1879 "rx_mcast_bytes");
7419 ha->hw_stats.common.rx_mcast_bytes +
7430 count = ha->hw_stats.common.rx_mcast_bytes;
H A Decore_l2.c1865 p_stats->common.rx_mcast_bytes +=
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2167 __be64 rx_mcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2185 __be64 rx_mcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_sysctl.c688 "mcast_bytes", CTLFLAG_RD, &rx_stats[rxr].rx_mcast_bytes,
H A Dhsi_struct_def.h7514 uint64_t rx_mcast_bytes; member in struct:hwrm_func_qstats_output
21396 uint64_t rx_mcast_bytes; member in struct:hwrm_stat_ctx_query_output
29967 uint64_t rx_mcast_bytes; member in struct:ctx_hw_stats
[all...]
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6902 __be64 rx_mcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
6920 __be64 rx_mcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
9055 __be64 rx_mcast_bytes; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_port_stats
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c2084 return (s->rx_bcast_bytes + s->rx_mcast_bytes +
5731 stats->rx_mcast_bytes = GET_STAT(RX_VF_MCAST_BYTES);

Completed in 999 milliseconds