crypto: qat - add support for c62xvf accel type

Add support for c62x accelerator Virtual Function

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Tadeusz Struk
2015-12-04 16:56:51 -08:00
committed by Herbert Xu
parent 8b206f2d66
commit 3771df3cff
7 changed files with 558 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ enum adf_device_type {
DEV_DH895XCC,
DEV_DH895XCCVF,
DEV_C62X,
DEV_C62XVF,
DEV_C3XXX,
DEV_C3XXXVF
};