Home
last modified time | relevance | path

Searched refs:roc_cpt_lf_ctx_flush (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcn10k_ipsec.c152 roc_cpt_lf_ctx_flush(lf, out_sa, false); in cn10k_ipsec_outb_sa_create()
248 roc_cpt_lf_ctx_flush(lf, in_sa, true); in cn10k_ipsec_inb_sa_create()
352 roc_cpt_lf_ctx_flush(lf, &sa->in_sa, false); in cn10k_sec_session_destroy()
434 roc_cpt_lf_ctx_flush(&qp->lf, out_sa, false); in cn10k_sec_session_stats_get()
440 roc_cpt_lf_ctx_flush(&qp->lf, in_sa, false); in cn10k_sec_session_stats_get()
/dpdk/drivers/common/cnxk/
H A Droc_cpt.h166 int __roc_api roc_cpt_lf_ctx_flush(struct roc_cpt_lf *lf, void *cptr,
H A Dversion.map66 roc_cpt_lf_ctx_flush;
H A Droc_cpt.c680 roc_cpt_lf_ctx_flush(struct roc_cpt_lf *lf, void *cptr, bool inval) in roc_cpt_lf_ctx_flush() function