Lines Matching refs:enq_cbs
463 if (dev->enq_cbs == NULL && dev->deq_cbs == NULL) in cryptodev_cb_cleanup()
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()
1494 if (dev->enq_cbs == NULL) { in rte_cryptodev_remove_deq_callback()