| 253 | } |
| 254 | |
| 255 | static int |
| 256 | eth_ionic_pci_remove(struct rte_pci_device *pci_dev) |
| 257 | { |
| 258 | return eth_ionic_dev_remove(&pci_dev->device); |
| 259 | } |
| 260 | |
| 261 | static struct rte_pci_driver rte_pci_ionic_pmd = { |
| 262 | .id_table = pci_id_ionic_map, |
nothing calls this directly
no test coverage detected