Searched refs:null_crypto_pmd_ops (Results 1 – 4 of 4) sorted by relevance
6 sources = files('null_crypto_pmd.c', 'null_crypto_pmd_ops.c')
52 extern struct rte_cryptodev_ops *null_crypto_pmd_ops;
172 dev->dev_ops = null_crypto_pmd_ops; in cryptodev_null_create()
329 struct rte_cryptodev_ops *null_crypto_pmd_ops = &pmd_ops; variable