Symbol: ice_pkg_hdr
sys/dev/ice/ice_ddp_common.c
1030
enum ice_ddp_state ice_verify_pkg(struct ice_pkg_hdr *pkg, u32 len)
sys/dev/ice/ice_ddp_common.c
1120
ice_chk_pkg_compat(struct ice_hw *hw, struct ice_pkg_hdr *ospkg,
sys/dev/ice/ice_ddp_common.c
1325
struct ice_pkg_hdr *pkg;
sys/dev/ice/ice_ddp_common.c
1331
pkg = (struct ice_pkg_hdr *)buf;
sys/dev/ice/ice_ddp_common.c
166
struct ice_pkg_hdr *pkg_hdr)
sys/dev/ice/ice_ddp_common.c
195
ice_get_pkg_seg_by_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx)
sys/dev/ice/ice_ddp_common.c
212
static bool ice_is_signing_seg_at_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx)
sys/dev/ice/ice_ddp_common.c
234
ice_is_signing_seg_type_at_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx,
sys/dev/ice/ice_ddp_common.c
2408
struct ice_pkg_hdr *pkg_hdr;
sys/dev/ice/ice_ddp_common.c
2470
pkg_hdr = (struct ice_pkg_hdr *)buf;
sys/dev/ice/ice_ddp_common.c
534
ice_download_pkg_config_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr,
sys/dev/ice/ice_ddp_common.c
567
ice_dwnld_sign_and_cfg_segs(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr,
sys/dev/ice/ice_ddp_common.c
618
ice_match_signing_seg(struct ice_pkg_hdr *pkg_hdr, u32 seg_id, u32 sign_type)
sys/dev/ice/ice_ddp_common.c
660
ice_download_pkg_with_sig_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr)
sys/dev/ice/ice_ddp_common.c
783
ice_download_pkg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr,
sys/dev/ice/ice_ddp_common.c
806
ice_init_pkg_info(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr)
sys/dev/ice/ice_ddp_common.h
444
struct ice_pkg_hdr *pkg_hdr);
sys/dev/ice/ice_ddp_common.h
446
ice_verify_pkg(struct ice_pkg_hdr *pkg, u32 len);