From: Tariq Toukan Date: Thu, 15 Feb 2024 03:08:00 +0000 (-0800) Subject: net/mlx5: Add MPIR bit in mcam_access_reg X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0873a5d542559698edfd4c8fc6e6636d338eea2;p=linux.git net/mlx5: Add MPIR bit in mcam_access_reg Add a cap bit in mcam_access_reg to check for MPIR support. Signed-off-by: Tariq Toukan Reviewed-by: Gal Pressman Signed-off-by: Saeed Mahameed --- diff --git a/include/linux/mlx5/mlx5_ifc.h b/include/linux/mlx5/mlx5_ifc.h index 628a3aa7a7e00..2756bdb654b45 100644 --- a/include/linux/mlx5/mlx5_ifc.h +++ b/include/linux/mlx5/mlx5_ifc.h @@ -10253,7 +10253,9 @@ struct mlx5_ifc_mcam_access_reg_bits { u8 mcqi[0x1]; u8 mcqs[0x1]; - u8 regs_95_to_87[0x9]; + u8 regs_95_to_90[0x6]; + u8 mpir[0x1]; + u8 regs_88_to_87[0x2]; u8 mpegc[0x1]; u8 mtutc[0x1]; u8 regs_84_to_68[0x11];