Searched refs:deq_cbs (Results 1 – 3 of 3) sorted by relevance
463 if (dev->enq_cbs == NULL && dev->deq_cbs == NULL) in cryptodev_cb_cleanup()479 list = &dev->deq_cbs[qp_id]; in cryptodev_cb_cleanup()492 rte_free(dev->deq_cbs); in cryptodev_cb_cleanup()493 dev->deq_cbs = NULL; in cryptodev_cb_cleanup()515 dev->deq_cbs = rte_zmalloc(NULL, in cryptodev_cb_init()518 if (dev->deq_cbs == NULL) { in cryptodev_cb_init()546 list = &dev->deq_cbs[qp_id]; in cryptodev_cb_init()1443 list = &dev->deq_cbs[qp_id]; in rte_cryptodev_add_deq_callback()1499 list = &dev->deq_cbs[qp_id]; in rte_cryptodev_remove_deq_callback()
228 fp_ops->qp.deq_cb = dev->deq_cbs; in cryptodev_fp_ops_set()
117 struct rte_cryptodev_cb_rcu *deq_cbs; member