crypto/qat: move generic qp function to qp file
authorFiona Trahe <fiona.trahe@intel.com>
Wed, 13 Jun 2018 12:13:54 +0000 (14:13 +0200)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 27 Jun 2018 23:25:33 +0000 (01:25 +0200)
commit9f27a860dc16a986c12b0a9df886931866e0d428
tree7781a5fba3daf3a92412d7c3068a456da02b2a22
parent0bdd36e1224591ee5691d03a8c8338dc2413a344
crypto/qat: move generic qp function to qp file

Move the generic enqueue and dequeue fns from
the qat_sym.c file to the qat_qp.c file
Move generic qp structs to a new qat_qp.h file

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_qp.c
drivers/crypto/qat/qat_qp.h [new file with mode: 0644]
drivers/crypto/qat/qat_sym.c
drivers/crypto/qat/qat_sym.h