Home
last modified time | relevance | path

Searched refs:ice_dcf_uninit_hw (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_dcf.h146 void ice_dcf_uninit_hw(struct rte_eth_dev *eth_dev, struct ice_dcf_hw *hw);
H A Dice_dcf_ethdev.c1471 ice_dcf_uninit_hw(dev, &adapter->real_hw); in ice_dcf_dev_close()
1624 ice_dcf_uninit_hw(eth_dev, hw); in ice_dcf_reset_hw()
1757 ice_dcf_uninit_hw(eth_dev, &adapter->real_hw); in ice_dcf_dev_init()
H A Dice_dcf.c720 ice_dcf_uninit_hw(struct rte_eth_dev *eth_dev, struct ice_dcf_hw *hw) in ice_dcf_uninit_hw() function