| 1971 | } |
| 1972 | |
| 1973 | static int |
| 1974 | ice_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 | |
| 1984 | static int |
| 1985 | ice_dcf_engine_disabled_handler(__rte_unused const char *key, |
nothing calls this directly
no test coverage detected