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

Function ice_dcf_dev_uninit

dpdk/drivers/net/ice/ice_dcf_ethdev.c:1973–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1971}
1972
1973static int
1974ice_dcf_dev_uninit(struct rte_eth_dev *eth_dev)
1975{
1976 struct ice_dcf_adapter *adapter = eth_dev->data->dev_private;
1977
1978 ice_dcf_free_repr_info(adapter);
1979 ice_dcf_dev_close(eth_dev);
1980
1981 return 0;
1982}
1983
1984static int
1985ice_dcf_engine_disabled_handler(__rte_unused const char *key,

Callers

nothing calls this directly

Calls 2

ice_dcf_free_repr_infoFunction · 0.85
ice_dcf_dev_closeFunction · 0.85

Tested by

no test coverage detected