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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.h20 int ice_init_hw(struct ice_hw *hw);
H A Dice_main.c4516 err = ice_init_hw(hw);
4713 err = ice_init_hw(hw);
4715 dev_err(dev, "ice_init_hw failed: %d\n", err);
H A Dice_common.c1006 * ice_init_hw - main hardware initialization routine
1009 int ice_init_hw(struct ice_hw *hw) function
1167 * ice_deinit_hw - unroll initialization operations done by ice_init_hw
1171 * ice_init_hw() failing since ice_init_hw() will take care of unrolling

Completed in 329 milliseconds