diff options
author | Marco Chiappero <marco.chiappero@intel.com> | 2021-11-17 14:30:38 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-11-26 16:20:45 +1100 |
commit | b7c13ee46cebfd106e7065cf5fee191b324d0ca9 (patch) | |
tree | 5df82011ee65081539bd62ecb97e9a32e76b492f /LICENSES | |
parent | 08ea97f48883a5d3178e09433b449bafc5f2a314 (diff) | |
download | linux-b7c13ee46cebfd106e7065cf5fee191b324d0ca9.tar.bz2 |
crypto: qat - move VF message handler to adf_vf2pf_msg.c
Move the reading and parsing of a PF2VF message from the bottom half
function in adf_vf_isr.c, adf_pf2vf_bh_handler(), to the PFVF protocol
file adf_vf2pf_msg.c, for better code organization.
The receive and handle logic has been moved to a new function called
adf_recv_and_handle_pf2vf_msg() which returns a boolean indicating if
interrupts need to be re-enabled or not.
A slight refactoring has been done to avoid calculating the PF2VF CSR
offset twice and repeating the clearing of the PF2VFINT bit.
The "PF restarting" logic, now defined in the function
adf_pf2vf_handle_pf_restaring(), has been kept in adf_vf_isr.c due to
the dependencies with the adf_vf_stop_wq workqueue.
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>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions