Home
last modified time | relevance | path

Searched defs:cpt_instance (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h48 struct cpt_instance { struct
49 uint32_t queue_id;
50 uintptr_t rsvd;
51 struct rte_mempool *sess_mp;
52 struct rte_mempool *sess_mp_priv;
53 struct cpt_qp_meta_info meta_info;
54 uint8_t ca_enabled;
H A Dotx_cryptodev_hw_access.c513 struct cpt_instance *cpt_instance; in otx_cpt_get_resource() local