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

/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_pipe.h71 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count);
72 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld);
H A Dice_flex_pipe.c1656 static struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw)
1658 struct ice_buf_build *bld;
1661 bld = (struct ice_buf_build *)ice_malloc(hw, sizeof(*bld));
1872 static void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld)
1891 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count)
1931 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size)
1981 static struct ice_buf_build *
1985 struct ice_buf_build *buf;
2023 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count)
2057 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bl
[all...]
H A Dice_flex_type.h452 struct ice_buf_build { struct

Completed in 169 milliseconds