Home
last modified time | relevance | path

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

/dpdk/lib/cryptodev/
H A Drte_cryptodev_core.h39 struct rte_cryptodev_cb_rcu *enq_cb;
41 struct rte_cryptodev_cb_rcu *deq_cb;
H A Dcryptodev_pmd.h115 struct rte_cryptodev_cb_rcu *enq_cbs;
117 struct rte_cryptodev_cb_rcu *deq_cbs;
H A Drte_cryptodev.h891 struct rte_cryptodev_cb_rcu { struct
1868 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_dequeue_burst()
1935 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_enqueue_burst()
H A Drte_cryptodev.c459 struct rte_cryptodev_cb_rcu *list; in cryptodev_cb_cleanup()
499 struct rte_cryptodev_cb_rcu *list; in cryptodev_cb_init()
508 sizeof(struct rte_cryptodev_cb_rcu) * in cryptodev_cb_init()
516 sizeof(struct rte_cryptodev_cb_rcu) * in cryptodev_cb_init()
1272 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_add_enq_callback()
1337 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_remove_enq_callback()
1407 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_add_deq_callback()
1472 struct rte_cryptodev_cb_rcu *list; in rte_cryptodev_remove_deq_callback()
H A Dcryptodev_pmd.c205 static struct rte_cryptodev_cb_rcu dummy_cb[RTE_MAX_QUEUES_PER_PORT]; in cryptodev_fp_ops_reset()