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

/freebsd-13-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.c1671 struct ice_buf_build *bld; local
1674 bld = (struct ice_buf_build *)ice_malloc(hw, sizeof(*bld));
1675 if (!bld)
1678 buf = (struct ice_buf_hdr *)bld;
1681 return bld;
1881 * @bld: pointer to pkg build (allocated by ice_pkg_buf_alloc())
1885 static void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld) argument
1887 ice_free(hw, bld);
1892 * @bld
1904 ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count) argument
1944 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size) argument
2036 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count) argument
2070 ice_pkg_buf_get_free_space(struct ice_buf_build *bld) argument
2091 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld) argument
2108 ice_pkg_buf(struct ice_buf_build *bld) argument
2255 struct ice_buf_build *bld; local
2341 struct ice_buf_build *bld; local
2519 struct ice_buf_build *bld; local
2808 struct ice_buf_build *bld; local
4039 ice_prof_bld_es(struct ice_hw *hw, enum ice_block blk, struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) argument
4080 ice_prof_bld_tcam(struct ice_hw *hw, enum ice_block blk, struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) argument
4120 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) argument
4155 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) argument
[all...]
/freebsd-13-stable/contrib/tcp_wrappers/
H A DMakefile334 LIBS= RANLIB=echo AR=bld ARFLAGS=rv \
408 #AR = bld # Unicos 8.x

Completed in 158 milliseconds