Re: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands

2024-06-04 Thread Boyer, Andrew
> On Jun 1, 2024, at 9:57 AM, Akhil Goyal wrote: > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > >> Subject: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands

RE: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands

2024-06-01 Thread Akhil Goyal
> Subject: [EXTERNAL] [PATCH v2 3/9] crypto/ionic: add device commands > > This defines the device (register-based) commands. They are used for > device identification, setup, and teardown. > > Signed-off-by: Andrew Boyer > --- > drivers/crypto/ionic/ionic_crypto.h

[PATCH v2 3/9] crypto/ionic: add device commands

2024-04-30 Thread Andrew Boyer
This defines the device (register-based) commands. They are used for device identification, setup, and teardown. Signed-off-by: Andrew Boyer --- drivers/crypto/ionic/ionic_crypto.h | 24 ++ drivers/crypto/ionic/ionic_crypto_cmds.c | 348 +++ drivers/crypto/ionic/ionic_c