Home
last modified time | relevance | path

Searched refs:ice_init_hw (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.h14 enum ice_status ice_init_hw(struct ice_hw *hw);
H A Dice_common.c837 * ice_init_hw - main hardware initialization routine
840 enum ice_status ice_init_hw(struct ice_hw *hw) in ice_init_hw() function
996 * ice_deinit_hw - unroll initialization operations done by ice_init_hw
1000 * ice_init_hw() failing since ice_init_hw() will take care of unrolling
H A Dice_main.c4105 err = ice_init_hw(hw); in ice_probe()
4107 dev_err(dev, "ice_init_hw failed: %d\n", err); in ice_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.h19 int ice_init_hw(struct ice_hw *hw);
H A Dice_common.c1063 * ice_init_hw - main hardware initialization routine
1066 int ice_init_hw(struct ice_hw *hw) in ice_init_hw() function
1228 * ice_deinit_hw - unroll initialization operations done by ice_init_hw
1232 * ice_init_hw() failing since ice_init_hw() will take care of unrolling
H A Dice_main.c4556 err = ice_init_hw(hw); in ice_init_dev()
4558 dev_err(dev, "ice_init_hw failed: %d\n", err); in ice_init_dev()

Completed in 35 milliseconds