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

/freebsd-13-stable/sys/dev/ice/
H A Dice_flex_pipe.h107 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buff, u32 len);
H A Dif_ice_iflib.c2399 status = ice_init_pkg(hw, hw->pkg_copy, hw->pkg_size);
H A Dice_flex_pipe.c1529 * ice_init_pkg - initialize/download package
1550 * ice_copy_and_init_pkg() instead of directly calling ice_init_pkg() in this
1553 enum ice_status ice_init_pkg(struct ice_hw *hw, u8 *buf, u32 len) function
1622 * This function copies the package buffer, and then calls ice_init_pkg() to
1629 * caller is free to use ice_init_pkg() instead of ice_copy_and_init_pkg().
1635 * ice_init_pkg(). The caller is free to immediately destroy the original
1649 status = ice_init_pkg(hw, buf_copy, len);

Completed in 175 milliseconds