Home
last modified time | relevance | path

Searched defs:vport_stats (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c192 struct mlx4_en_vport_stats *vport_stats = &priv->vport_stats; in mlx4_en_DUMP_ETH_STATS() local
H A Den.h612 struct mlx4_en_vport_stats vport_stats; member
/freebsd/sys/dev/oce/
H A Doce_hw.h3301 struct vport_stats { struct
3302 uint64_t tx_pkts;
3303 uint64_t tx_unicast_pkts;
3304 uint64_t tx_multicast_pkts;
3305 uint64_t tx_broadcast_pkts;
3306 uint64_t tx_bytes;
3307 uint64_t tx_unicast_bytes;
3308 uint64_t tx_multicast_bytes;
3309 uint64_t tx_broadcast_bytes;
3310 uint64_t tx_discards;
[all …]