Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.h427 int ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count);
H A Dice_flex_pipe.c490 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_create_tunnel()
561 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_destroy_tunnel()
2688 status = ice_update_pkg(hw, ice_pkg_buf(b), 1); in ice_upd_prof_hw()
H A Dice_ddp.c1449 int ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg() function