Searched defs:mlx5e_sw_stats (Results 1 – 1 of 1) sorted by relevance
138 struct mlx5e_sw_stats { struct139 u64 rx_packets;140 u64 rx_bytes;141 u64 tx_packets;142 u64 tx_bytes;143 u64 tx_tso_packets;144 u64 tx_tso_bytes;145 u64 tx_tso_inner_packets;146 u64 tx_tso_inner_bytes;147 u64 tx_added_vlan_packets;[all …]