Searched refs:ice_buf_hdr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_flex_type.h | 103 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;
|
D | ice_flex_pipe.c | 112 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 …]
|
D | ice_flex_pipe.h | 96 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
D | ice_vlan_mode.c | 33 (struct ice_buf_hdr *)ice_pkg_buf(bld), in ice_pkg_get_supported_vlan_mode()
|