Searched refs:ice_buf_hdr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 121 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 *bu in ice_pkg_buf_alloc_section() [all...] |
H A D | ice_ddp.h | 180 struct ice_buf_hdr { struct 188 struct_size_t(struct ice_buf_hdr, section_entry, 1) - (hd_sz)) / \ 410 struct ice_buf_hdr *buf; 419 int ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
H A D | ice_flex_pipe.h | 27 ice_aq_upload_section(struct ice_hw *hw, struct ice_buf_hdr *pkg_buf,
|
H A D | ice_vlan_mode.c | 33 (struct ice_buf_hdr *)ice_pkg_buf(bld), in ice_pkg_get_supported_vlan_mode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_type.h | 101 struct ice_buf_hdr { struct 108 struct_size((struct ice_buf_hdr *)0, section_entry, 1) - (hd_sz)) /\ 287 struct ice_buf_hdr *buf;
|
H A D | ice_flex_pipe.c | 103 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 *)buf in ice_dwnld_cfg_bufs() [all...] |
Completed in 8 milliseconds