Home
last modified time | relevance | path

Searched refs:ice_buf_hdr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c122 static const struct ice_buf_hdr *ice_pkg_val_buf(const struct ice_buf *buf) in ice_pkg_val_buf()
124 const struct ice_buf_hdr *hdr; in ice_pkg_val_buf()
128 hdr = (const struct ice_buf_hdr *)buf->buf; in ice_pkg_val_buf()
168 static const struct ice_buf_hdr *ice_pkg_enum_buf(struct ice_seg *ice_seg, in ice_pkg_enum_buf()
693 struct ice_buf_hdr *buf; in ice_pkg_buf_alloc()
699 buf = (struct ice_buf_hdr *)bld; in ice_pkg_buf_alloc()
701 cpu_to_le16(offsetof(struct ice_buf_hdr, section_entry)); in ice_pkg_buf_alloc()
955 struct ice_buf_hdr *buf; in ice_pkg_buf_reserve_section()
962 buf = (struct ice_buf_hdr *)&bld->buf; in ice_pkg_buf_reserve_section()
994 struct ice_buf_hdr *buf; in ice_pkg_buf_alloc_section()
[all …]
H A Dice_ddp.h206 struct ice_buf_hdr { struct
214 struct_size_t(struct ice_buf_hdr, section_entry, 1) - (hd_sz)) / \ argument
444 const struct ice_buf_hdr *buf;
453 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_flex_pipe.h26 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
H A Dice_vlan_mode.c33 (struct ice_buf_hdr *)ice_pkg_buf(bld), in ice_pkg_get_supported_vlan_mode()