Lines Matching refs:cryptodev
838 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_add_all() argument
848 for (i = 0; i < cryptodev->data->nb_queue_pairs; i++) { in dpaa2_eventdev_crypto_queue_add_all()
849 ret = dpaa2_sec_eventq_attach(cryptodev, i, dpcon, ev); in dpaa2_eventdev_crypto_queue_add_all()
859 dpaa2_sec_eventq_detach(cryptodev, i); in dpaa2_eventdev_crypto_queue_add_all()
866 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_add() argument
879 cryptodev, ev); in dpaa2_eventdev_crypto_queue_add()
881 ret = dpaa2_sec_eventq_attach(cryptodev, rx_queue_id, in dpaa2_eventdev_crypto_queue_add()
915 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_del() argument
923 return dpaa2_eventdev_crypto_queue_del_all(dev, cryptodev); in dpaa2_eventdev_crypto_queue_del()
925 ret = dpaa2_sec_eventq_detach(cryptodev, rx_queue_id); in dpaa2_eventdev_crypto_queue_del()
937 const struct rte_cryptodev *cryptodev) in dpaa2_eventdev_crypto_start() argument
942 RTE_SET_USED(cryptodev); in dpaa2_eventdev_crypto_start()
949 const struct rte_cryptodev *cryptodev) in dpaa2_eventdev_crypto_stop() argument
954 RTE_SET_USED(cryptodev); in dpaa2_eventdev_crypto_stop()