Home
last modified time | relevance | path

Searched refs:CPT_COMP_GOOD (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/cnxk/hw/
H A Dcpt.h11 #define CPT_COMP_GOOD (0x1ull) macro
/dpdk/drivers/crypto/cnxk/
H A Dcn10k_cryptodev_ops.c397 if (compcode == CPT_COMP_GOOD) { in cn10k_cpt_dequeue_post_process()
408 if (likely(compcode == CPT_COMP_GOOD || compcode == CPT_COMP_WARN)) { in cn10k_cpt_dequeue_post_process()
H A Dcn9k_cryptodev_ops.c424 if (likely(res->compcode == CPT_COMP_GOOD)) { in cn9k_cpt_dequeue_post_process()
H A Dcn9k_ipsec.c72 if (unlikely(res->compcode != CPT_COMP_GOOD)) { in cn9k_cpt_enq_sa_write()
/dpdk/drivers/net/cnxk/
H A Dcn9k_rx.h225 if (unlikely(cc != CPT_COMP_GOOD)) in nix_rx_sec_mbuf_err_update()
286 if (unlikely(res != (CPT_COMP_GOOD | ROC_IE_ON_UCC_SUCCESS << 8))) in nix_rx_sec_mbuf_update()