5 #ifndef _RTE_CRYPTODEV_CORE_H_ 6 #define _RTE_CRYPTODEV_CORE_H_ 34 struct rte_cryptodev_qpdata {
38 struct rte_cryptodev_cb_rcu *enq_cb;
40 struct rte_cryptodev_cb_rcu *deq_cb;
43 struct rte_crypto_fp_ops {
49 struct rte_cryptodev_qpdata qp;
51 uintptr_t reserved[3];
54 extern struct rte_crypto_fp_ops rte_crypto_fp_ops[RTE_CRYPTO_MAX_DEVS];
struct rte_cryptodev * rte_cryptodevs
uint16_t(* enqueue_pkt_burst_t)(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops)
#define __rte_cache_aligned
uint16_t(* dequeue_pkt_burst_t)(void *qp, struct rte_crypto_op **ops, uint16_t nb_ops)