Searched defs:mlx5e_sw_stats (Results 1 – 1 of 1) sorted by relevance
113 struct mlx5e_sw_stats { struct114 u64 rx_packets;115 u64 rx_bytes;116 u64 tx_packets;117 u64 tx_bytes;118 u64 tx_tso_packets;119 u64 tx_tso_bytes;120 u64 tx_tso_inner_packets;121 u64 tx_tso_inner_bytes;122 u64 tx_added_vlan_packets;[all …]