Home
last modified time | relevance | path

Searched refs:compcode (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c352 ccode = status->s.compcode; in process_pending_queue()
353 if ((status->s.compcode == CPT_COMP_E_FAULT) || in process_pending_queue()
354 (status->s.compcode == CPT_COMP_E_SWERR)) { in process_pending_queue()
356 (status->s.compcode == CPT_COMP_E_FAULT) ? in process_pending_queue()
366 } else if (status->s.compcode == COMPLETION_CODE_INIT) { in process_pending_queue()
450 result->s.compcode = COMPLETION_CODE_INIT; in process_request()
H A Dcpt_hw_types.h137 u64 compcode:8; member
139 u64 compcode:8;
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_hw_types.h279 u64 compcode:8; member
287 u64 compcode:7; member
H A Dotx2_cptpf_ucode.c1563 result->s.compcode = OTX2_CPT_COMPLETION_CODE_INIT; in otx2_cpt_discover_eng_capabilities()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cpt_hw_types.h275 u64 compcode:8; member
277 u64 compcode:8;
H A Dotx_cptvf_reqmgr.c322 result->s.compcode = COMPLETION_CODE_INIT; in process_request()
433 u8 ccode = cpt_status->s.compcode; in cpt_process_ccode()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.h191 u64 compcode : 7; /* W0 */ member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c989 while (result->compcode == NIX_AQ_COMP_NOTDONE) { in nix_aq_enqueue_wait()
997 if (result->compcode != NIX_AQ_COMP_GOOD) { in nix_aq_enqueue_wait()
999 if (result->compcode == NIX_AQ_COMP_CTX_FAULT || in nix_aq_enqueue_wait()
1000 result->compcode == NIX_AQ_COMP_LOCKERR || in nix_aq_enqueue_wait()
1001 result->compcode == NIX_AQ_COMP_CTX_POISON) { in nix_aq_enqueue_wait()