linux/drivers/crypto/qat
Marco Chiappero 7a73c4622a crypto: qat - add VF and PF wrappers to common send function
The send function, adf_iov_putmsg(), is shared by both PF and VF.
This commit provides two direction specific APIs, adf_send_pf2vf_msg()
and adf_send_vf2pf_msg() which decouple the implementation, which can
change and evolve over time, from the user.

With this change, the adf_iov_putmsg() is now isolated inside the file
adf_pf2vf_msg.c and has been marked as static.

Signed-off-by: Marco Chiappero <marco.chiappero@intel.com>
Co-developed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-10-08 20:02:43 +08:00
..
qat_4xxx crypto: qat - power up 4xxx device 2021-09-24 16:03:04 +08:00
qat_c3xxx crypto: qat - remove duplicated logic across GEN2 drivers 2021-10-08 20:02:41 +08:00
qat_c3xxxvf crypto: qat - flush vf workqueue at driver removal 2021-08-21 15:44:56 +08:00
qat_c62x crypto: qat - remove duplicated logic across GEN2 drivers 2021-10-08 20:02:41 +08:00
qat_c62xvf crypto: qat - flush vf workqueue at driver removal 2021-08-21 15:44:56 +08:00
qat_common crypto: qat - add VF and PF wrappers to common send function 2021-10-08 20:02:43 +08:00
qat_dh895xcc crypto: qat - remove duplicated logic across GEN2 drivers 2021-10-08 20:02:41 +08:00
qat_dh895xccvf crypto: qat - flush vf workqueue at driver removal 2021-08-21 15:44:56 +08:00
Kconfig crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig 2021-01-14 17:10:25 +11:00
Makefile crypto: qat - add qat_4xxx driver 2020-11-20 14:45:34 +11:00