Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ntb_remove
Function
ntb_remove
dpdk/drivers/raw/ntb/ntb.c:1539–1543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1537
}
1538
1539
static int
1540
ntb_remove(struct rte_pci_device *pci_dev)
1541
{
1542
return ntb_destroy(pci_dev);
1543
}
1544
1545
1546
static struct rte_pci_driver rte_ntb_pmd = {
Callers
nothing calls this directly
Calls
1
ntb_destroy
Function · 0.85
Tested by
no test coverage detected