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

Function ice_dcf_reset_hw

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

Source from the content-addressed store, hash-verified

1823}
1824
1825static inline void
1826ice_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 */
1833static inline bool

Callers 1

ice_dcf_dev_resetFunction · 0.85

Calls 2

ice_dcf_uninit_hwFunction · 0.85
ice_dcf_init_hwFunction · 0.85

Tested by

no test coverage detected