Lines Matching refs:cryptodev
747 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_add_all() argument
757 for (i = 0; i < cryptodev->data->nb_queue_pairs; i++) { in dpaa_eventdev_crypto_queue_add_all()
758 ret = dpaa_sec_eventq_attach(cryptodev, i, in dpaa_eventdev_crypto_queue_add_all()
769 dpaa_sec_eventq_detach(cryptodev, i); in dpaa_eventdev_crypto_queue_add_all()
776 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_add() argument
789 cryptodev, ev); in dpaa_eventdev_crypto_queue_add()
791 ret = dpaa_sec_eventq_attach(cryptodev, rx_queue_id, in dpaa_eventdev_crypto_queue_add()
825 const struct rte_cryptodev *cryptodev, in dpaa_eventdev_crypto_queue_del() argument
833 return dpaa_eventdev_crypto_queue_del_all(dev, cryptodev); in dpaa_eventdev_crypto_queue_del()
835 ret = dpaa_sec_eventq_detach(cryptodev, rx_queue_id); in dpaa_eventdev_crypto_queue_del()
847 const struct rte_cryptodev *cryptodev) in dpaa_eventdev_crypto_start() argument
852 RTE_SET_USED(cryptodev); in dpaa_eventdev_crypto_start()
859 const struct rte_cryptodev *cryptodev) in dpaa_eventdev_crypto_stop() argument
864 RTE_SET_USED(cryptodev); in dpaa_eventdev_crypto_stop()