Lines Matching defs:ice_buf_build
399 struct ice_buf_build {
424 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw);
426 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size);
428 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count);
433 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count);
434 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld);
435 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld);
474 struct ice_buf_build *
477 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
478 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld);