aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/mlx5_ifc.h
diff options
context:
space:
mode:
authorShay Drory <shayd@nvidia.com>2021-05-10 09:10:43 +0300
committerSaeed Mahameed <saeedm@nvidia.com>2021-06-14 20:58:00 -0700
commit3af26495a2473c95ada3674c6b4dfc658be0a6ec (patch)
tree41b900ebf2825d70550510ea656a1f123947a4eb /include/linux/mlx5/mlx5_ifc.h
parentnet/mlx5: Allocating a pool of MSI-X vectors for SFs (diff)
downloadlinux-dev-3af26495a2473c95ada3674c6b4dfc658be0a6ec.tar.xz
linux-dev-3af26495a2473c95ada3674c6b4dfc658be0a6ec.zip
net/mlx5: Enlarge interrupt field in CREATE_EQ
FW is now supporting more than 256 MSI-X per PF (up to 2K). Hence, enlarge interrupt field in CREATE_EQ to make use of the new MSI-X's. Signed-off-by: Shay Drory <shayd@nvidia.com> Reviewed-by: Maor Gottlieb <maorg@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'include/linux/mlx5/mlx5_ifc.h')
-rw-r--r--include/linux/mlx5/mlx5_ifc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h
index 057db0eaf195..2d1ed78289ff 100644
--- a/include/linux/mlx5/mlx5_ifc.h
+++ b/include/linux/mlx5/mlx5_ifc.h
@@ -3806,8 +3806,8 @@ struct mlx5_ifc_eqc_bits {
u8 reserved_at_80[0x20];
- u8 reserved_at_a0[0x18];
- u8 intr[0x8];
+ u8 reserved_at_a0[0x14];
+ u8 intr[0xc];
u8 reserved_at_c0[0x3];
u8 log_page_size[0x5];