Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.h29 struct otx2_cpt_res { struct
H A Dotx2_ethdev_sec.c278 struct otx2_cpt_res cpt_res; in hmac_init()
282 volatile struct otx2_cpt_res *res; in hmac_init()
322 res = (volatile struct otx2_cpt_res *)&md->cpt_res; in hmac_init()
H A Dotx2_ethdev_sec_tx.h51 struct otx2_cpt_res cpt_res __rte_aligned(OTX2_CPT_RES_ALIGN); in otx2_sec_event_tx()
H A Dotx2_rx.h223 volatile const struct otx2_cpt_res *res; in nix_rx_sec_cptres_get()
225 res = (volatile const struct otx2_cpt_res *)((const char *)cq + in nix_rx_sec_cptres_get()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_sec.c90 struct otx2_cpt_res *res; in otx2_cpt_enq_sa_write()
98 res = (struct otx2_cpt_res *)RTE_PTR_ALIGN(mdata, 16); in otx2_cpt_enq_sa_write()