Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ice/
H A Dice_ddp_common.h438 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count);
H A Dice_flex_pipe.c525 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_create_tunnel()
626 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_destroy_tunnel()
751 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_ptg_update_xlt1()
1037 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_vsig_update_xlt2_sect()
2522 status = ice_update_pkg(hw, ice_pkg_buf(b), 1); in ice_upd_prof_hw()
H A Dice_ddp_common.c291 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg() function