Searched refs:ice_buf_build (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.h | 434 struct ice_buf_build { struct 456 void *ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size); argument 458 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw); 463 int ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count); 464 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld);
|
H A D | ice_flex_pipe.h | 64 struct ice_buf_build * 67 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld); 68 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld);
|
H A D | ice_ddp.c | 690 struct ice_buf_build *ice_pkg_buf_alloc(struct ice_hw *hw) in ice_pkg_buf_alloc() 692 struct ice_buf_build *bld; in ice_pkg_buf_alloc() 935 void ice_pkg_buf_free(struct ice_hw *hw, struct ice_buf_build *bld) in ice_pkg_buf_free() 953 int ice_pkg_buf_reserve_section(struct ice_buf_build *bld, u16 count) in ice_pkg_buf_reserve_section() 992 void *ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size) in ice_pkg_buf_alloc_section() 1042 struct ice_buf_build *ice_pkg_buf_alloc_single_section(struct ice_hw *hw, in ice_pkg_buf_alloc_single_section() 1046 struct ice_buf_build *buf; in ice_pkg_buf_alloc_single_section() 1079 u16 ice_pkg_buf_get_active_sections(struct ice_buf_build *bld) in ice_pkg_buf_get_active_sections() 1096 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() 2487 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() 2525 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() 2560 ice_prof_bld_xlt1(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt1() 2592 ice_prof_bld_xlt2(enum ice_block blk, struct ice_buf_build *bld, in ice_prof_bld_xlt2() 2634 struct ice_buf_build *b; in ice_upd_prof_hw()
|