Lines Matching refs:cryptodev
837 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_add_all() argument
847 for (i = 0; i < cryptodev->data->nb_queue_pairs; i++) { in dpaa2_eventdev_crypto_queue_add_all()
848 ret = dpaa2_sec_eventq_attach(cryptodev, i, dpcon, ev); in dpaa2_eventdev_crypto_queue_add_all()
858 dpaa2_sec_eventq_detach(cryptodev, i); in dpaa2_eventdev_crypto_queue_add_all()
865 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_add() argument
878 cryptodev, ev); in dpaa2_eventdev_crypto_queue_add()
880 ret = dpaa2_sec_eventq_attach(cryptodev, rx_queue_id, in dpaa2_eventdev_crypto_queue_add()
914 const struct rte_cryptodev *cryptodev, in dpaa2_eventdev_crypto_queue_del() argument
922 return dpaa2_eventdev_crypto_queue_del_all(dev, cryptodev); in dpaa2_eventdev_crypto_queue_del()
924 ret = dpaa2_sec_eventq_detach(cryptodev, rx_queue_id); in dpaa2_eventdev_crypto_queue_del()
936 const struct rte_cryptodev *cryptodev) in dpaa2_eventdev_crypto_start() argument
941 RTE_SET_USED(cryptodev); in dpaa2_eventdev_crypto_start()
948 const struct rte_cryptodev *cryptodev) in dpaa2_eventdev_crypto_stop() argument
953 RTE_SET_USED(cryptodev); in dpaa2_eventdev_crypto_stop()