Lines Matching refs:ice_buf_hdr
122 static const struct ice_buf_hdr *ice_pkg_val_buf(const struct ice_buf *buf)
124 const struct ice_buf_hdr *hdr;
128 hdr = (const struct ice_buf_hdr *)buf->buf;
168 static const struct ice_buf_hdr *ice_pkg_enum_buf(struct ice_seg *ice_seg,
693 struct ice_buf_hdr *buf;
699 buf = (struct ice_buf_hdr *)bld;
701 cpu_to_le16(offsetof(struct ice_buf_hdr, section_entry));
955 struct ice_buf_hdr *buf;
962 buf = (struct ice_buf_hdr *)&bld->buf;
994 struct ice_buf_hdr *buf;
1001 buf = (struct ice_buf_hdr *)&bld->buf;
1081 struct ice_buf_hdr *buf;
1086 buf = (struct ice_buf_hdr *)&bld->buf;
1178 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
1218 static bool ice_is_buffer_metadata(struct ice_buf_hdr *buf)
1233 struct ice_buf_hdr *hdr;
1257 struct ice_buf_hdr *hunk)
1259 struct ice_buf_hdr *prev_hunk = ctx->hdr;
1313 struct ice_buf_hdr *bh;
1324 bh = (struct ice_buf_hdr *)bufs;
1591 struct ice_buf_hdr *bh;
1601 bh = (struct ice_buf_hdr *)bufs;
1710 static int ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
1754 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
1777 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i);
2386 const struct ice_buf_hdr *section;