Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_ddp.c121 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf) in ice_pkg_val_buf()
123 struct ice_buf_hdr *hdr; in ice_pkg_val_buf()
127 hdr = (struct ice_buf_hdr *)buf->buf; in ice_pkg_val_buf()
167 static struct ice_buf_hdr *ice_pkg_enum_buf(struct ice_seg *ice_seg, in ice_pkg_enum_buf()
692 struct ice_buf_hdr *buf; in ice_pkg_buf_alloc()
698 buf = (struct ice_buf_hdr *)bld; in ice_pkg_buf_alloc()
700 cpu_to_le16(offsetof(struct ice_buf_hdr, section_entry)); in ice_pkg_buf_alloc()
945 struct ice_buf_hdr *buf; in ice_pkg_buf_reserve_section()
952 buf = (struct ice_buf_hdr *)&bld->buf; in ice_pkg_buf_reserve_section()
984 struct ice_buf_hdr *buf; in ice_pkg_buf_alloc_section()
[all …]
Dice_ddp.h180 struct ice_buf_hdr { struct
188 struct_size_t(struct ice_buf_hdr, section_entry, 1) - (hd_sz)) / \ argument
410 struct ice_buf_hdr *buf;
419 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
Dice_flex_pipe.h27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
Dice_vlan_mode.c33 (struct ice_buf_hdr *)ice_pkg_buf(bld), in ice_pkg_get_supported_vlan_mode()