Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_flex_type.h103 struct ice_buf_hdr { struct
110 struct_size((struct ice_buf_hdr *)0, section_entry, 1) - (hd_sz)) /\ argument
405 struct ice_buf_hdr *buf;
Dice_flex_pipe.c112 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf) in ice_pkg_val_buf()
114 struct ice_buf_hdr *hdr; in ice_pkg_val_buf()
118 hdr = (struct ice_buf_hdr *)buf->buf; in ice_pkg_val_buf()
161 static struct ice_buf_hdr *
895 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg()
940 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_upload_section()
964 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg()
1047 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i); in ice_update_pkg_no_lock()
1117 struct ice_buf_hdr *bh; in ice_dwnld_cfg_bufs()
1129 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs()
[all …]
Dice_flex_pipe.h96 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()