Home
last modified time | relevance | path

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

/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.h172 u64 compcode : 8; member
334 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/crypto/cavium/cpt/
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
/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()
988 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()