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