Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_common.h28 enum ice_status ice_init_hw(struct ice_hw *hw);
H A Dice_common.c901 enum ice_status ice_init_hw(struct ice_hw *hw) in ice_init_hw() function
/dpdk/drivers/net/ice/
H A Dice_ethdev.c2230 ret = ice_init_hw(hw); in ice_dev_init()