net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW spec
[cascardo/linux.git] / drivers / net / ethernet / mellanox / mlx4 / mlx4.h
index e4878f3..7aad076 100644 (file)
@@ -145,9 +145,10 @@ enum mlx4_resource {
        RES_MTT,
        RES_MAC,
        RES_VLAN,
-       RES_EQ,
+       RES_NPORT_ID,
        RES_COUNTER,
        RES_FS_RULE,
+       RES_EQ,
        MLX4_NUM_OF_RESOURCE_TYPE
 };