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

/freebsd-current/sys/dev/ice/
H A Dice_ddp_common.h170 struct ice_buf { struct
177 struct ice_buf buf_array[STRUCT_HACK_VAR_LEN];
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)
291 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count)
356 struct ice_buf *next_buf = ((struct ice_buf *)buf) + 1;
377 ice_dwnld_cfg_bufs_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 start,
701 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count)
1925 struct ice_buf *ice_pkg_buf(struct ice_buf_build *bld)
1957 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf)

Completed in 124 milliseconds