Searched refs:tx_mcast_bytes (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/sys/dev/ale/ |
| H A D | if_alevar.h | 177 uint64_t tx_mcast_bytes; member
|
| H A D | if_alereg.h | 615 uint32_t tx_mcast_bytes; member
|
| H A D | if_ale.c | 922 &stats->tx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node() 2116 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear() 2143 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update() 2199 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in ale_stats_update()
|
| /freebsd-13.1/sys/dev/age/ |
| H A D | if_agevar.h | 189 uint64_t tx_mcast_bytes; member
|
| H A D | if_agereg.h | 543 uint32_t tx_mcast_bytes; member
|
| H A D | if_age.c | 2088 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in age_stats_update() 3226 (uintmax_t)stats->tx_mcast_bytes); in sysctl_age_stats()
|
| /freebsd-13.1/sys/dev/alc/ |
| H A D | if_alcvar.h | 193 uint64_t tx_mcast_bytes; member
|
| H A D | if_alcreg.h | 1184 uint32_t tx_mcast_bytes; member
|
| H A D | if_alc.c | 1882 &stats->tx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node() 3214 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear() 3251 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update() 3309 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in alc_stats_update()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dev_api.h | 378 u64 tx_mcast_bytes; member
|
| H A D | ecore_l2.c | 1788 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
|
| H A D | qlnx_os.c | 1884 CTLFLAG_RD, &ha->hw_stats.common.tx_mcast_bytes, in qlnx_add_hw_stats_sysctls() 7281 ha->hw_stats.common.tx_mcast_bytes + in qlnx_get_counter() 7290 count = ha->hw_stats.common.tx_mcast_bytes; in qlnx_get_counter()
|
| /freebsd-13.1/contrib/ofed/libcxgb4/ |
| H A D | t4fw_api.h | 2157 __be64 tx_mcast_bytes; member 2176 __be64 tx_mcast_bytes; member
|
| /freebsd-13.1/sys/dev/bnxt/ |
| H A D | bnxt_sysctl.c | 195 "mcast_bytes", CTLFLAG_RD, &tx_stats[txr].tx_mcast_bytes, in bnxt_create_tx_sysctls()
|
| H A D | hsi_struct_def.h | 7489 uint64_t tx_mcast_bytes; member 21380 uint64_t tx_mcast_bytes; member 29983 uint64_t tx_mcast_bytes; member
|
| /freebsd-13.1/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 6983 __be64 tx_mcast_bytes; member 7002 __be64 tx_mcast_bytes; member 9180 __be64 tx_mcast_bytes; member
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 3059 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter() 7103 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()
|