Lines Matching refs:cryptodev
746 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_add_all() argument
756 for (i = 0; i < cryptodev->data->nb_queue_pairs; i++) { in dpaa_eventdev_crypto_queue_add_all()
757 ret = dpaa_sec_eventq_attach(cryptodev, i, in dpaa_eventdev_crypto_queue_add_all()
768 dpaa_sec_eventq_detach(cryptodev, i); in dpaa_eventdev_crypto_queue_add_all()
775 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_add() argument
788 cryptodev, ev); in dpaa_eventdev_crypto_queue_add()
790 ret = dpaa_sec_eventq_attach(cryptodev, rx_queue_id, in dpaa_eventdev_crypto_queue_add()
824 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_del() argument
832 return dpaa_eventdev_crypto_queue_del_all(dev, cryptodev); in dpaa_eventdev_crypto_queue_del()
834 ret = dpaa_sec_eventq_detach(cryptodev, rx_queue_id); in dpaa_eventdev_crypto_queue_del()
846 const struct rte_cryptodev *cryptodev) in dpaa_eventdev_crypto_start() argument
851 RTE_SET_USED(cryptodev); in dpaa_eventdev_crypto_start()
858 const struct rte_cryptodev *cryptodev) in dpaa_eventdev_crypto_stop() argument
863 RTE_SET_USED(cryptodev); in dpaa_eventdev_crypto_stop()