crypto/nitrox: add software queue management
authorNagadheeraj Rottela <rnagadheeraj@marvell.com>
Tue, 1 Oct 2019 06:41:25 +0000 (06:41 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 9 Oct 2019 09:50:12 +0000 (11:50 +0200)
commit3b1fa94a022b861425a40ebc8e74dd75772e4bcb
treec532f5bc90721b2bfc94a09f1db95a9ef51eb934
parent9fdef0cc2385d7c580b5d50e0aca41729c0d0b80
crypto/nitrox: add software queue management

Add software queue management code corresponding to
queue pair setup and release functions.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/nitrox/Makefile
drivers/crypto/nitrox/meson.build
drivers/crypto/nitrox/nitrox_qp.c [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_qp.h [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_sym.c
drivers/crypto/nitrox/nitrox_sym_reqmgr.c [new file with mode: 0644]
drivers/crypto/nitrox/nitrox_sym_reqmgr.h [new file with mode: 0644]