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

Function ndev_release

dpdk/drivers/crypto/nitrox/nitrox_device.c:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55static void
56ndev_release(struct nitrox_device *ndev)
57{
58 if (!ndev)
59 return;
60
61 TAILQ_REMOVE(&ndev_list, ndev, next);
62 rte_free(ndev);
63}
64
65static int
66nitrox_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,

Callers 2

nitrox_pci_probeFunction · 0.85
nitrox_pci_removeFunction · 0.85

Calls 1

rte_freeFunction · 0.85

Tested by

no test coverage detected