Searched refs:ice_buf (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/ice/ |
| H A D | ice_ddp_common.h | 171 struct ice_buf { struct 178 struct ice_buf buf_array[STRUCT_HACK_VAR_LEN]; argument 400 struct ice_buf buf; 438 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count); 440 ice_update_pkg_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 count); 477 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
|
| H A D | ice_ddp_common.c | 259 ice_update_pkg_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg_no_lock() 291 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg() 356 struct ice_buf *next_buf = ((struct ice_buf *)buf) + 1; in ice_is_last_download_buffer() 377 ice_dwnld_cfg_bufs_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 start, in ice_dwnld_cfg_bufs_no_lock() 707 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_dwnld_cfg_bufs() 1920 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld) in ice_pkg_buf() 1952 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf) in ice_pkg_val_buf()
|