MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nitrox_sym_pmd_destroy

Function nitrox_sym_pmd_destroy

dpdk/drivers/crypto/nitrox/nitrox_sym.c:794–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794int
795nitrox_sym_pmd_destroy(struct nitrox_device *ndev)
796{
797 return rte_cryptodev_pmd_destroy(ndev->sym_dev->cdev);
798}
799
800static struct cryptodev_driver nitrox_crypto_drv;
801RTE_PMD_REGISTER_CRYPTO_DRIVER(nitrox_crypto_drv,

Callers 1

nitrox_pci_removeFunction · 0.85

Calls 1

Tested by

no test coverage detected