Searched refs:ice_init_pkg (Results 1 – 3 of 3) sorted by relevance
55 enum ice_ddp_state ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
2178 * ice_init_pkg - initialize/download package2199 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this2202 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() to2285 * 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 original2308 state = ice_init_pkg(hw, buf_copy, len); in ice_copy_and_init_pkg()
4341 state = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size); in ice_load_pkg()