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

/freebsd-11-stable/sys/dev/age/
H A Dif_agevar.h186 uint64_t tx_bcast_bytes; member in struct:age_stats
H A Dif_agereg.h540 uint32_t tx_bcast_bytes; member in struct:smb
H A Dif_age.c2085 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
3226 (uintmax_t)stats->tx_bcast_bytes);
/freebsd-11-stable/sys/dev/ale/
H A Dif_alevar.h174 uint64_t tx_bcast_bytes; member in struct:ale_hw_stats
H A Dif_alereg.h612 uint32_t tx_bcast_bytes; member in struct:smb
H A Dif_ale.c924 &stats->tx_bcast_bytes, "Good broadcast octets");
2202 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
/freebsd-11-stable/sys/dev/alc/
H A Dif_alcvar.h190 uint64_t tx_bcast_bytes; member in struct:alc_hw_stats
H A Dif_alcreg.h1173 uint32_t tx_bcast_bytes; member in struct:smb
H A Dif_alc.c1867 &stats->tx_bcast_bytes, "Good broadcast octets");
3287 stat->tx_bcast_bytes += smb->tx_bcast_bytes;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h379 u64 tx_bcast_bytes; member in struct:ecore_eth_stats_common
H A Decore_l2.c1790 p_stats->common.tx_bcast_bytes +=
H A Dqlnx_os.c1922 OID_AUTO, "tx_bcast_bytes",
1923 CTLFLAG_RD, &ha->hw_stats.common.tx_bcast_bytes,
1924 "tx_bcast_bytes");
7426 ha->hw_stats.common.tx_bcast_bytes;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2155 __be64 tx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
2174 __be64 tx_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.c197 "bcast_bytes", CTLFLAG_RD, &tx_stats[txr].tx_bcast_bytes,
H A Dhsi_struct_def.h7491 uint64_t tx_bcast_bytes; member in struct:hwrm_func_qstats_output
21382 uint64_t tx_bcast_bytes; member in struct:hwrm_stat_ctx_query_output
29985 uint64_t tx_bcast_bytes; member in struct:ctx_hw_stats
[all...]
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6890 __be64 tx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_pf
6909 __be64 tx_bcast_bytes; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_vf
9044 __be64 tx_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.c2087 return (s->tx_bcast_bytes + s->tx_mcast_bytes +
5720 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES);

Completed in 539 milliseconds