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

/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h159 uint64_t rx_bcast_bytes; member in struct:age_stats
H A Dif_agereg.h513 uint32_t rx_bcast_bytes; member in struct:smb
H A Dif_age.c2057 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
3277 (uintmax_t)stats->rx_bcast_bytes);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h146 uint64_t rx_bcast_bytes; member in struct:ale_hw_stats
H A Dif_alereg.h585 uint32_t rx_bcast_bytes; member in struct:smb
H A Dif_ale.c870 &stats->rx_bcast_bytes, "Good broadcast octets");
2174 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h162 uint64_t rx_bcast_bytes; member in struct:alc_hw_stats
H A Dif_alcreg.h1146 uint32_t rx_bcast_bytes; member in struct:smb
H A Dif_alc.c1813 &stats->rx_bcast_bytes, "Good broadcast octets");
3259 stat->rx_bcast_bytes += smb->rx_bcast_bytes;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h371 u64 rx_bcast_bytes; member in struct:ecore_eth_stats_common
H A Decore_l2.c1867 p_stats->common.rx_bcast_bytes +=
H A Dqlnx_os.c1882 OID_AUTO, "rx_bcast_bytes",
1883 CTLFLAG_RD, &ha->hw_stats.common.rx_bcast_bytes,
1884 "rx_bcast_bytes");
7420 ha->hw_stats.common.rx_bcast_bytes;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2165 __be64 rx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2183 __be64 rx_bcast_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.c691 "bcast_bytes", CTLFLAG_RD, &rx_stats[rxr].rx_bcast_bytes,
H A Dhsi_struct_def.h7516 uint64_t rx_bcast_bytes; member in struct:hwrm_func_qstats_output
21398 uint64_t rx_bcast_bytes; member in struct:hwrm_stat_ctx_query_output
29969 uint64_t rx_bcast_bytes; member in struct:ctx_hw_stats
[all...]
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6900 __be64 rx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
6918 __be64 rx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
9053 __be64 rx_bcast_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 +
5729 stats->rx_bcast_bytes = GET_STAT(RX_VF_BCAST_BYTES);

Completed in 611 milliseconds