Lines Matching refs:bld

468 	struct ice_buf_build *bld;  in ice_create_tunnel()  local
485 bld = ice_pkg_buf_alloc(hw); in ice_create_tunnel()
486 if (!bld) { in ice_create_tunnel()
492 if (ice_pkg_buf_reserve_section(bld, 2)) in ice_create_tunnel()
496 ice_pkg_buf_alloc_section(bld, ICE_SID_RXPARSER_BOOST_TCAM, in ice_create_tunnel()
503 ice_pkg_buf_alloc_section(bld, ICE_SID_TXPARSER_BOOST_TCAM, in ice_create_tunnel()
525 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_create_tunnel()
533 ice_pkg_buf_free(hw, bld); in ice_create_tunnel()
554 struct ice_buf_build *bld; in ice_destroy_tunnel() local
584 bld = ice_pkg_buf_alloc(hw); in ice_destroy_tunnel()
585 if (!bld) { in ice_destroy_tunnel()
591 if (ice_pkg_buf_reserve_section(bld, 2)) in ice_destroy_tunnel()
595 ice_pkg_buf_alloc_section(bld, ICE_SID_RXPARSER_BOOST_TCAM, in ice_destroy_tunnel()
602 ice_pkg_buf_alloc_section(bld, ICE_SID_TXPARSER_BOOST_TCAM, in ice_destroy_tunnel()
626 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_destroy_tunnel()
638 ice_pkg_buf_free(hw, bld); in ice_destroy_tunnel()
735 struct ice_buf_build *bld; in ice_ptg_update_xlt1() local
739 bld = ice_pkg_buf_alloc_single_section(hw, ice_sect_id(blk, ICE_XLT1), in ice_ptg_update_xlt1()
743 if (!bld) in ice_ptg_update_xlt1()
751 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_ptg_update_xlt1()
753 ice_pkg_buf_free(hw, bld); in ice_ptg_update_xlt1()
1024 struct ice_buf_build *bld; in ice_vsig_update_xlt2_sect() local
1027 bld = ice_pkg_buf_alloc_single_section(hw, ice_sect_id(blk, ICE_XLT2), in ice_vsig_update_xlt2_sect()
1030 if (!bld) in ice_vsig_update_xlt2_sect()
1037 status = ice_update_pkg(hw, ice_pkg_buf(bld), 1); in ice_vsig_update_xlt2_sect()
1039 ice_pkg_buf_free(hw, bld); in ice_vsig_update_xlt2_sect()
2281 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) in ice_prof_bld_es() argument
2294 ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_es()
2322 struct ice_buf_build *bld, struct LIST_HEAD_TYPE *chgs) in ice_prof_bld_tcam() argument
2333 ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_tcam()
2361 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt1() argument
2373 ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_xlt1()
2396 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt2() argument
2411 ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_xlt2()