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

Function eth_ionic_pci_remove

dpdk/drivers/net/ionic/ionic_dev_pci.c:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static int
256eth_ionic_pci_remove(struct rte_pci_device *pci_dev)
257{
258 return eth_ionic_dev_remove(&pci_dev->device);
259}
260
261static struct rte_pci_driver rte_pci_ionic_pmd = {
262 .id_table = pci_id_ionic_map,

Callers

nothing calls this directly

Calls 1

eth_ionic_dev_removeFunction · 0.85

Tested by

no test coverage detected