Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flex_type.h101 struct ice_buf_hdr { struct
108 struct_size((struct ice_buf_hdr *)0, section_entry, 1) - (hd_sz)) /\ argument
287 struct ice_buf_hdr *buf;
Dice_flex_pipe.c103 static struct ice_buf_hdr *ice_pkg_val_buf(struct ice_buf *buf) in ice_pkg_val_buf()
105 struct ice_buf_hdr *hdr; in ice_pkg_val_buf()
109 hdr = (struct ice_buf_hdr *)buf->buf; in ice_pkg_val_buf()
152 static struct ice_buf_hdr *
768 ice_aq_download_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, in ice_aq_download_pkg()
816 ice_aq_update_pkg(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf, u16 buf_size, in ice_aq_update_pkg()
905 struct ice_buf_hdr *bh = (struct ice_buf_hdr *)(bufs + i); in ice_update_pkg()
938 struct ice_buf_hdr *bh; in ice_dwnld_cfg_bufs()
948 bh = (struct ice_buf_hdr *)bufs; in ice_dwnld_cfg_bufs()
971 bh = (struct ice_buf_hdr *)(bufs + i + 1); in ice_dwnld_cfg_bufs()
[all …]