Searched refs:enq_cbs (Results 1 – 3 of 3) sorted by relevance
467 list = &dev->enq_cbs[qp_id]; in cryptodev_cb_cleanup()490 rte_free(dev->enq_cbs); in cryptodev_cb_cleanup()491 dev->enq_cbs = NULL; in cryptodev_cb_cleanup()507 dev->enq_cbs = rte_zmalloc(NULL, in cryptodev_cb_init()510 if (dev->enq_cbs == NULL) { in cryptodev_cb_init()520 rte_free(dev->enq_cbs); in cryptodev_cb_init()528 list = &dev->enq_cbs[qp_id]; in cryptodev_cb_init()1308 list = &dev->enq_cbs[qp_id]; in rte_cryptodev_add_enq_callback()1359 if (dev->enq_cbs == NULL) { in rte_cryptodev_remove_enq_callback()1364 list = &dev->enq_cbs[qp_id]; in rte_cryptodev_remove_enq_callback()[all …]
227 fp_ops->qp.enq_cb = dev->enq_cbs; in cryptodev_fp_ops_set()
115 struct rte_cryptodev_cb_rcu *enq_cbs; member