Home
last modified time | relevance | path

Searched refs:ice_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_ddp_common.h170 struct ice_buf { struct
177 struct ice_buf buf_array[STRUCT_HACK_VAR_LEN]; argument
396 struct ice_buf buf;
434 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count);
436 ice_update_pkg_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 count);
473 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld);
H A Dice_ddp_common.c259 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()
701 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_dwnld_cfg_bufs()
1925 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld) in ice_pkg_buf()
1957 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf) in ice_pkg_val_buf()