Searched defs:mlx5e_sw_stats (Results 1 – 1 of 1) sorted by relevance
58 struct mlx5e_sw_stats { struct59 u64 rx_packets;60 u64 rx_bytes;61 u64 tx_packets;62 u64 tx_bytes;63 u64 tx_tso_packets;64 u64 tx_tso_bytes;65 u64 tx_tso_inner_packets;66 u64 tx_tso_inner_bytes;67 u64 tx_added_vlan_packets;[all …]