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

/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.h395 struct ice_buf_build { struct
420 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw);
422 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size);
424 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count);
429 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count);
430 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld);
431 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld);
470 struct ice_buf_build *
473 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
474 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bl
[all...]
H A Dice_ddp_common.c1461 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw)
1463 struct ice_buf_build *bld;
1466 bld = (struct ice_buf_build *)ice_malloc(hw, sizeof(*bld));
1702 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld)
1721 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count)
1761 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size)
1811 struct ice_buf_build *
1815 struct ice_buf_build *buf;
1853 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count)
1887 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bl
[all...]
H A Dice_vlan_mode.c45 struct ice_buf_build *bld;
H A Dice_flex_pipe.c469 struct ice_buf_build *bld;
555 struct ice_buf_build *bld;
735 struct ice_buf_build *bld;
1024 struct ice_buf_build *bld;
2281 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs)
2322 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs)
2361 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld,
2396 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld,
2441 struct ice_buf_build *b;

Completed in 185 milliseconds