| 1823 | } |
| 1824 | |
| 1825 | static inline void |
| 1826 | ice_dcf_reset_hw(struct rte_eth_dev *eth_dev, struct ice_dcf_hw *hw) |
| 1827 | { |
| 1828 | ice_dcf_uninit_hw(eth_dev, hw); |
| 1829 | ice_dcf_init_hw(eth_dev, hw); |
| 1830 | } |
| 1831 | |
| 1832 | /* Check if reset has been triggered by PF */ |
| 1833 | static inline bool |
no test coverage detected