Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dcn10k_cpt.h33 return ((struct cn10k_cpt_res_s *)result)->compcode; in cn10k_cpt_get_compcode()
43 return ((struct cn9k_cpt_res_s *)result)->compcode; in otx2_cpt_get_compcode()
H A Dotx2_cpt_hw_types.h279 u64 compcode:8; member
287 u64 compcode:7; member
H A Dotx2_cptvf_reqmgr.c112 result->s.compcode = OTX2_CPT_COMPLETION_CODE_INIT; in process_request()
H A Dotx2_cptpf_ucode.c1563 result->s.compcode = OTX2_CPT_COMPLETION_CODE_INIT; in otx2_cpt_discover_eng_capabilities()
/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/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c37 while (result->compcode == NPA_AQ_COMP_NOTDONE) { in npa_aq_enqueue_wait()
45 if (result->compcode != NPA_AQ_COMP_GOOD) { in npa_aq_enqueue_wait()
47 if (result->compcode == NPA_AQ_COMP_CTX_FAULT || in npa_aq_enqueue_wait()
48 result->compcode == NPA_AQ_COMP_LOCKERR || in npa_aq_enqueue_wait()
49 result->compcode == NPA_AQ_COMP_CTX_POISON) { in npa_aq_enqueue_wait()
H A Drvu_struct.h174 u64 compcode : 8; member
336 u64 compcode : 8; member
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()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c417 if (!(res->compcode == CN10K_CPT_COMP_E_GOOD || in cn10k_wait_for_cpt_respose()
418 res->compcode == CN10K_CPT_COMP_E_WARN) || res->uc_compcode) { in cn10k_wait_for_cpt_respose()
420 res->compcode, res->doneint); in cn10k_wait_for_cpt_respose()
460 res->compcode = CN10K_CPT_COMP_E_NOTDONE; in cn10k_outb_write_sa()
989 res->compcode = 0; in cn10k_ipsec_transmit()
H A Dcn10k_ipsec.h191 u64 compcode : 7; /* W0 */ member
/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()