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

Function sfc_eth_dev_uninit

dpdk/drivers/net/sfc/sfc_ethdev.c:3279–3285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sfc_dev_closeFunction · 0.85

Tested by

no test coverage detected