Lines Matching refs:bufs
259 ice_update_pkg_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg_no_lock() argument
265 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i); in ice_update_pkg_no_lock()
291 ice_update_pkg(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_update_pkg() argument
299 status = ice_update_pkg_no_lock(hw, bufs, count); in ice_update_pkg()
377 ice_dwnld_cfg_bufs_no_lock(struct ice_hw *hw, struct ice_buf *bufs, u32 start, in ice_dwnld_cfg_bufs_no_lock() argument
385 if (!bufs || !count) in ice_dwnld_cfg_bufs_no_lock()
392 bh = (struct ice_buf_hdr *)(bufs + start); in ice_dwnld_cfg_bufs_no_lock()
400 bh = (struct ice_buf_hdr *)(bufs + start + i); in ice_dwnld_cfg_bufs_no_lock()
537 struct ice_buf_table *bufs; in ice_download_pkg_config_seg() local
546 bufs = ice_find_buf_table(seg); in ice_download_pkg_config_seg()
547 buf_count = LE32_TO_CPU(bufs->buf_count); in ice_download_pkg_config_seg()
552 state = ice_dwnld_cfg_bufs_no_lock(hw, bufs->buf_array, start, count, in ice_download_pkg_config_seg()
707 ice_dwnld_cfg_bufs(struct ice_hw *hw, struct ice_buf *bufs, u32 count) in ice_dwnld_cfg_bufs() argument
713 if (!bufs || !count) in ice_dwnld_cfg_bufs()
720 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs()
731 state = ice_dwnld_cfg_bufs_no_lock(hw, bufs, 0, count, true); in ice_dwnld_cfg_bufs()