diff options
Diffstat (limited to 'include/linux/mlx5/driver.h')
| -rw-r--r-- | include/linux/mlx5/driver.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 6ed79a8a8318..9d3a03364e6e 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -453,8 +453,8 @@ struct mlx5_core_srq {  	struct mlx5_core_rsc_common	common; /* must be first */  	u32		srqn;  	int		max; -	int		max_gs; -	int		max_avail_gather; +	size_t		max_gs; +	size_t		max_avail_gather;  	int		wqe_shift;  	void (*event)	(struct mlx5_core_srq *, enum mlx5_event); | 

