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

Function ccp_remove_device

dpdk/drivers/crypto/ccp/ccp_dev.c:610–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610static void
611ccp_remove_device(struct ccp_device *dev)
612{
613 if (dev == NULL)
614 return;
615
616 TAILQ_REMOVE(&ccp_list, dev, next);
617}
618
619int
620ccp_probe_device(struct rte_pci_device *pci_dev)

Callers 1

ccp_probe_deviceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected