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

Function ifpga_rawdev_pci_remove

dpdk/drivers/raw/ifpga/ifpga_rawdev.c:1675–1680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1673}
1674
1675static int
1676ifpga_rawdev_pci_remove(struct rte_pci_device *pci_dev)
1677{
1678 IFPGA_RAWDEV_PMD_INFO("remove pci_dev %s", pci_dev->device.name);
1679 return ifpga_rawdev_destroy(pci_dev);
1680}
1681
1682static struct rte_pci_driver rte_ifpga_rawdev_pmd = {
1683 .id_table = pci_ifpga_map,

Callers

nothing calls this directly

Calls 1

ifpga_rawdev_destroyFunction · 0.85

Tested by

no test coverage detected