MCPcopy 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
1539static int
1540ntb_remove(struct rte_pci_device *pci_dev)
1541{
1542 return ntb_destroy(pci_dev);
1543}
1544
1545
1546static struct rte_pci_driver rte_ntb_pmd = {

Callers

nothing calls this directly

Calls 1

ntb_destroyFunction · 0.85

Tested by

no test coverage detected