net/mlx5e: Enhanced TX MPWQE for SKBs
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mellanox / mlx5 / core / en_stats.h
index 9d9ee269a041bc63a59b2b4701dfb29d21acb0d9..1e46e0ed04aa9b38116824cb159f4fc83da4a0da 100644 (file)
@@ -120,6 +120,8 @@ struct mlx5e_sw_stats {
        u64 tx_tso_inner_bytes;
        u64 tx_added_vlan_packets;
        u64 tx_nop;
+       u64 tx_mpwqe_blks;
+       u64 tx_mpwqe_pkts;
        u64 rx_lro_packets;
        u64 rx_lro_bytes;
        u64 rx_ecn_mark;
@@ -348,6 +350,8 @@ struct mlx5e_sq_stats {
        u64 csum_partial_inner;
        u64 added_vlan_packets;
        u64 nop;
+       u64 mpwqe_blks;
+       u64 mpwqe_pkts;
 #ifdef CONFIG_MLX5_EN_TLS
        u64 tls_encrypted_packets;
        u64 tls_encrypted_bytes;