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