Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.h55 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
H A Dice_ddp.c2178 * ice_init_pkg - initialize/download package
2199 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this
2202 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) in ice_init_pkg() function
2278 * This function copies the package buffer, and then calls ice_init_pkg() to
2285 * caller is free to use ice_init_pkg() instead of ice_copy_and_init_pkg().
2291 * ice_init_pkg(). The caller is free to immediately destroy the original
2308 state = ice_init_pkg(hw, buf_copy, len); in ice_copy_and_init_pkg()
H A Dice_main.c4341 state = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size); in ice_load_pkg()