| 3277 | } |
| 3278 | |
| 3279 | static int |
| 3280 | sfc_eth_dev_uninit(struct rte_eth_dev *dev) |
| 3281 | { |
| 3282 | sfc_dev_close(dev); |
| 3283 | |
| 3284 | return 0; |
| 3285 | } |
| 3286 | |
| 3287 | static const struct rte_pci_id pci_id_sfc_efx_map[] = { |
| 3288 | { RTE_PCI_DEVICE(EFX_PCI_VENID_SFC, EFX_PCI_DEVID_FARMINGDALE) }, |
nothing calls this directly
no test coverage detected