Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
610
static void
611
ccp_remove_device(struct ccp_device *dev)
612
{
613
if (dev == NULL)
614
return;
615
616
TAILQ_REMOVE(&ccp_list, dev, next);
617
}
618
619
int
620
ccp_probe_device(struct rte_pci_device *pci_dev)
Callers
1
ccp_probe_device
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected