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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.h109 ice_copy_and_init_pkg(struct ice_hw *hw, const u8 *buf, u32 len);
H A Dice_flex_pipe.c1550 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this
1617 * ice_copy_and_init_pkg - initialize/download a copy of the package
1629 * caller is free to use ice_init_pkg() instead of ice_copy_and_init_pkg().
1632 * read from a file, the caller should use ice_copy_and_init_pkg().
1639 enum ice_status ice_copy_and_init_pkg(struct ice_hw *hw, const u8 *buf, u32 len) function
H A Dice_lib.c6048 * @pkg_status: the status result of ice_copy_and_init_pkg
6251 status = ice_copy_and_init_pkg(hw, (const u8 *)pkg->data, pkg->datasize);

Completed in 184 milliseconds