mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
crypto: caam/qi2 - add support for dpseci_reset()
Add support for dpseci_reset() command for DPSECI objects. For DPSECI DPAA2 objects with version lower than v5.4 reset command was broken in MC f/w. Signed-off-by: Andrei Botila <andrei.botila@nxp.com> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
7f94adf218
commit
060ce5037d
@@ -33,6 +33,7 @@
|
||||
#define DPSECI_CMDID_ENABLE DPSECI_CMD_V1(0x002)
|
||||
#define DPSECI_CMDID_DISABLE DPSECI_CMD_V1(0x003)
|
||||
#define DPSECI_CMDID_GET_ATTR DPSECI_CMD_V1(0x004)
|
||||
#define DPSECI_CMDID_RESET DPSECI_CMD_V1(0x005)
|
||||
#define DPSECI_CMDID_IS_ENABLED DPSECI_CMD_V1(0x006)
|
||||
|
||||
#define DPSECI_CMDID_SET_RX_QUEUE DPSECI_CMD_V1(0x194)
|
||||
|
||||
Reference in New Issue
Block a user