Symbol: ice_buf_build
sys/dev/ice/ice_ddp_common.c
1456
struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw)
sys/dev/ice/ice_ddp_common.c
1458
struct ice_buf_build *bld;
sys/dev/ice/ice_ddp_common.c
1461
bld = (struct ice_buf_build *)ice_malloc(hw, sizeof(*bld));
sys/dev/ice/ice_ddp_common.c
1697
void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld)
sys/dev/ice/ice_ddp_common.c
1716
ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count)
sys/dev/ice/ice_ddp_common.c
1756
ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size)
sys/dev/ice/ice_ddp_common.c
1806
struct ice_buf_build *
sys/dev/ice/ice_ddp_common.c
1810
struct ice_buf_build *buf;
sys/dev/ice/ice_ddp_common.c
1848
ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count)
sys/dev/ice/ice_ddp_common.c
1882
u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld)
sys/dev/ice/ice_ddp_common.c
1903
u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld)
sys/dev/ice/ice_ddp_common.c
1920
struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld)
sys/dev/ice/ice_ddp_common.h
424
struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw);
sys/dev/ice/ice_ddp_common.h
426
ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size);
sys/dev/ice/ice_ddp_common.h
428
ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count);
sys/dev/ice/ice_ddp_common.h
433
ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count);
sys/dev/ice/ice_ddp_common.h
434
u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld);
sys/dev/ice/ice_ddp_common.h
435
u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld);
sys/dev/ice/ice_ddp_common.h
474
struct ice_buf_build *
sys/dev/ice/ice_ddp_common.h
477
struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
sys/dev/ice/ice_ddp_common.h
478
void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld);
sys/dev/ice/ice_flex_pipe.c
1024
struct ice_buf_build *bld;
sys/dev/ice/ice_flex_pipe.c
2281
struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs)
sys/dev/ice/ice_flex_pipe.c
2322
struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs)
sys/dev/ice/ice_flex_pipe.c
2361
ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld,
sys/dev/ice/ice_flex_pipe.c
2396
ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld,
sys/dev/ice/ice_flex_pipe.c
2441
struct ice_buf_build *b;
sys/dev/ice/ice_flex_pipe.c
468
struct ice_buf_build *bld;
sys/dev/ice/ice_flex_pipe.c
554
struct ice_buf_build *bld;
sys/dev/ice/ice_flex_pipe.c
735
struct ice_buf_build *bld;
sys/dev/ice/ice_vlan_mode.c
45
struct ice_buf_build *bld;