aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mlx5/driver.h')
-rw-r--r--include/linux/mlx5/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 4814cad7456e..cded85ab6fe4 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -462,8 +462,8 @@ struct mlx5_core_srq {
462 struct mlx5_core_rsc_common common; /* must be first */ 462 struct mlx5_core_rsc_common common; /* must be first */
463 u32 srqn; 463 u32 srqn;
464 int max; 464 int max;
465 int max_gs; 465 size_t max_gs;
466 int max_avail_gather; 466 size_t max_avail_gather;
467 int wqe_shift; 467 int wqe_shift;
468 void (*event) (struct mlx5_core_srq *, enum mlx5_event); 468 void (*event) (struct mlx5_core_srq *, enum mlx5_event);
469 469