]> Pileus Git - ~andy/linux/blobdiff - include/linux/mlx4/cq.h
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
[~andy/linux] / include / linux / mlx4 / cq.h
index e1862997f933ce7cc1c5d46d817e6f587d25222d..e7ecc12a11636f1afe2f591e019da293ed1f517a 100644 (file)
@@ -87,7 +87,12 @@ struct mlx4_ts_cqe {
 } __packed;
 
 enum {
+       MLX4_CQE_L2_TUNNEL_IPOK         = 1 << 31,
        MLX4_CQE_VLAN_PRESENT_MASK      = 1 << 29,
+       MLX4_CQE_L2_TUNNEL              = 1 << 27,
+       MLX4_CQE_L2_TUNNEL_CSUM         = 1 << 26,
+       MLX4_CQE_L2_TUNNEL_IPV4         = 1 << 25,
+
        MLX4_CQE_QPN_MASK               = 0xffffff,
        MLX4_CQE_VID_MASK               = 0xfff,
 };