Searched refs:ice_buf_build (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.h | 24 ice_pkg_buf_unreserve_section(struct ice_buf_build *bld, u16 count); 25 u16 ice_pkg_buf_get_free_space(struct ice_buf_build *bld); 60 struct ice_buf_build * 63 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld); 64 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld);
|
H A D | ice_ddp.h | 400 struct ice_buf_build { struct 422 void *ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size); argument 424 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw); 429 int ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count); 430 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld);
|
H A D | ice_ddp.c | 689 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw) in ice_pkg_buf_alloc() 691 struct ice_buf_build *bld; in ice_pkg_buf_alloc() 925 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld) in ice_pkg_buf_free() 943 int ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count) in ice_pkg_buf_reserve_section() 982 void *ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size) in ice_pkg_buf_alloc_section() 1032 struct ice_buf_build *ice_pkg_buf_alloc_single_section(struct ice_hw *hw, in ice_pkg_buf_alloc_single_section() 1036 struct ice_buf_build *buf; in ice_pkg_buf_alloc_single_section() 1069 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld) in ice_pkg_buf_get_active_sections() 1086 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld) in ice_pkg_buf()
|
H A D | ice_vlan_mode.c | 16 struct ice_buf_build *bld; in ice_pkg_get_supported_vlan_mode()
|
H A D | ice_flex_pipe.c | 333 struct ice_buf_build *bld; in ice_upd_dvm_boost_entry() 448 struct ice_buf_build *bld; in ice_create_tunnel() 519 struct ice_buf_build *bld; in ice_destroy_tunnel() 2460 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() 2498 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() 2533 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt1() 2565 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt2() 2607 struct ice_buf_build *b; in ice_upd_prof_hw()
|