Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_vlan_mode.c17 struct ice_buf_build *bld; in ice_pkg_get_supported_vlan_mode() local
23 bld = ice_pkg_buf_alloc_single_section(hw, in ice_pkg_get_supported_vlan_mode()
26 if (!bld) in ice_pkg_get_supported_vlan_mode()
34 (struct ice_buf_hdr *)ice_pkg_buf(bld), in ice_pkg_get_supported_vlan_mode()
51 ice_pkg_buf_free(hw, bld); in ice_pkg_get_supported_vlan_mode()
H A Dice_flex_pipe.h42 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count);
43 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld);
95 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
96 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld);
H A Dice_flex_pipe.c1769 bld = (struct ice_buf_build *)ice_malloc(hw, sizeof(*bld)); in ice_pkg_buf_alloc()
1770 if (!bld) in ice_pkg_buf_alloc()
1776 return bld; in ice_pkg_buf_alloc()
1985 ice_free(hw, bld); in ice_pkg_buf_free()
2008 if (!bld) in ice_pkg_buf_reserve_section()
2133 if (!bld) in ice_pkg_buf_get_active_sections()
2148 if (!bld) in ice_pkg_buf()
2151 return &bld->buf; in ice_pkg_buf()
2292 if (!bld) in ice_upd_dvm_boost_entry()
2397 if (!bld) { in ice_create_tunnel()
[all …]