From: Giovanni Cabiddu Date: Mon, 12 Oct 2020 20:38:47 +0000 (+0100) Subject: crypto: qat - extend ae_mask X-Git-Tag: v5.15~2056^2~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f9ae998355baa35284ed1a4c715b588c21dac08;p=platform%2Fkernel%2Flinux-starfive.git crypto: qat - extend ae_mask Change type of ae_mask in adf_hw_device_data to allow for devices with more than 16 Acceleration Engines (AEs). Signed-off-by: Giovanni Cabiddu Reviewed-by: Wojciech Ziemba Reviewed-by: Fiona Trahe Reviewed-by: Andy Shevchenko Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/qat/qat_common/adf_accel_devices.h b/drivers/crypto/qat/qat_common/adf_accel_devices.h index a3b63df..996d255 100644 --- a/drivers/crypto/qat/qat_common/adf_accel_devices.h +++ b/drivers/crypto/qat/qat_common/adf_accel_devices.h @@ -181,7 +181,7 @@ struct adf_hw_device_data { u32 accel_capabilities_mask; u32 instance_id; u16 accel_mask; - u16 ae_mask; + u32 ae_mask; u32 admin_ae_mask; u16 tx_rings_mask; u8 tx_rx_gap;