Lines Matching defs:pkg_hdr
1219 ice_get_pkg_seg_by_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx) in ice_get_pkg_seg_by_idx()
1234 static bool ice_is_signing_seg_at_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx) in ice_is_signing_seg_at_idx()
1255 ice_is_signing_seg_type_at_idx(struct ice_pkg_hdr *pkg_hdr, u32 idx, in ice_is_signing_seg_type_at_idx()
1411 ice_download_pkg_config_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_download_pkg_config_seg()
1441 ice_dwnld_sign_and_cfg_segs(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_dwnld_sign_and_cfg_segs()
1478 ice_match_signing_seg(struct ice_pkg_hdr *pkg_hdr, u32 seg_id, u32 sign_type) in ice_match_signing_seg()
1518 ice_download_pkg_with_sig_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr) in ice_download_pkg_with_sig_seg()
1638 ice_download_pkg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr, in ice_download_pkg()
1805 const struct ice_pkg_hdr *pkg_hdr) in ice_find_seg_in_pkg()
1832 static bool ice_has_signing_seg(struct ice_hw *hw, struct ice_pkg_hdr *pkg_hdr) in ice_has_signing_seg()
1906 struct ice_pkg_hdr *pkg_hdr) in ice_init_pkg_info()
2360 const struct ice_pkg_hdr *pkg_hdr; in ice_cfg_tx_topo() local