diff options
Diffstat (limited to 'include/linux/mlx4/cmd.h')
| -rw-r--r-- | include/linux/mlx4/cmd.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx4/cmd.h b/include/linux/mlx4/cmd.h index 9a18667c13c..b56e4587208 100644 --- a/include/linux/mlx4/cmd.h +++ b/include/linux/mlx4/cmd.h @@ -123,6 +123,9 @@ enum {  	/* debug commands */  	MLX4_CMD_QUERY_DEBUG_MSG = 0x2a,  	MLX4_CMD_SET_DEBUG_MSG	 = 0x2b, + +	/* statistics commands */ +	MLX4_CMD_QUERY_IF_STAT	 = 0X54,  };  enum {  |