Searched defs:mlx5e_sw_stats (Results 1 – 1 of 1) sorted by relevance
134 struct mlx5e_sw_stats { struct135 u64 rx_packets;136 u64 rx_bytes;137 u64 tx_packets;138 u64 tx_bytes;139 u64 tx_tso_packets;140 u64 tx_tso_bytes;141 u64 tx_tso_inner_packets;142 u64 tx_tso_inner_bytes;143 u64 tx_added_vlan_packets;[all …]