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

Function find_ndev

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

Source from the content-addressed store, hash-verified

41}
42
43static struct nitrox_device *
44find_ndev(struct rte_pci_device *pdev)
45{
46 struct nitrox_device *ndev;
47
48 TAILQ_FOREACH(ndev, &ndev_list, next)
49 if (ndev->pdev == pdev)
50 return ndev;
51
52 return NULL;
53}
54
55static void
56ndev_release(struct nitrox_device *ndev)

Callers 1

nitrox_pci_removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected