summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qat/qat_common/adf_pf2vf_msg.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - reorganize PFVF codeMarco Chiappero2021-11-261-283/+0
* crypto: qat - abstract PFVF receive logicGiovanni Cabiddu2021-11-261-23/+18
* crypto: qat - abstract PFVF send functionMarco Chiappero2021-11-261-90/+2
* crypto: qat - differentiate between pf2vf and vf2pf offsetMarco Chiappero2021-11-261-3/+3
* crypto: qat - add pfvf_opsMarco Chiappero2021-11-261-4/+4
* crypto: qat - handle retries due to collisions in adf_iov_putmsg()Marco Chiappero2021-11-261-33/+19
* crypto: qat - split PFVF message decoding from handlingMarco Chiappero2021-11-261-26/+42
* crypto: qat - re-enable interrupts for legacy PFVF messagesGiovanni Cabiddu2021-11-261-1/+1
* crypto: qat - change PFVF ACK behaviourGiovanni Cabiddu2021-11-261-4/+4
* crypto: qat - move interrupt code out of the PFVF handlerMarco Chiappero2021-11-261-9/+6
* crypto: qat - move vf2pf interrupt helpersGiovanni Cabiddu2021-11-261-39/+0
* crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu2021-11-261-6/+6
* crypto: qat - share adf_enable_pf2vf_comms() from adf_pf2vf_msg.cMarco Chiappero2021-10-081-0/+18
* crypto: qat - extract send and wait from adf_vf2pf_request_version()Marco Chiappero2021-10-081-13/+37
* crypto: qat - add VF and PF wrappers to common send functionMarco Chiappero2021-10-081-4/+33
* crypto: qat - rename pfvf collision constantsMarco Chiappero2021-10-081-13/+13
* crypto: qat - move pfvf collision detection valuesMarco Chiappero2021-10-081-0/+9
* crypto: qat - make pfvf send message direction agnosticMarco Chiappero2021-10-081-7/+8
* crypto: qat - fix handling of VF to PF interruptsMarco Chiappero2021-10-081-56/+16
* crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero2021-10-081-19/+1
* crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2021-10-081-0/+6
* crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu2021-10-081-0/+7
* crypto: qat - store vf.compatible flagGiovanni Cabiddu2021-08-211-1/+3
* crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu2021-08-211-1/+0
* crypto: qat - protect interrupt mask CSRs with a spinlockKanchana Velusamy2021-08-211-3/+30
* crypto: qat - move pf2vf interrupt [en|dis]able to adf_vf_isr.cMarco Chiappero2021-08-211-20/+0
* crypto: qat - fix reuse of completion variableMarco Chiappero2021-08-211-0/+2
* crypto: qat - rename compatibility version definitionMarco Chiappero2021-08-211-9/+9
* crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2021-03-071-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* crypto: qat - convert to SPDX License IdentifiersGiovanni Cabiddu2020-06-181-47/+2
* crypto: qat - move isr files to qat common so that they can be reusedTadeusz Struk2015-12-091-23/+0
* crypto: qat - enable legacy VFsTadeusz Struk2015-08-251-0/+102
* crypto: qat - Add support for SRIOVTadeusz Struk2015-08-101-0/+336