Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.h21 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
Dice_flex_pipe.c655 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) in ice_init_pkg() function
757 status = ice_init_pkg(hw, buf_copy, len); in ice_copy_and_init_pkg()
Dice_main.c2650 status = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size); in ice_load_pkg()