Home
last modified time | relevance | path

Searched refs:ice_seg (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/sys/dev/ice/
HDice_ddp_common.c539 struct ice_seg *seg; in ice_download_pkg_config_seg()
542 seg = (struct ice_seg *)ice_get_pkg_seg_by_idx(pkg_hdr, idx); in ice_download_pkg_config_seg()
748 ice_download_pkg_without_sig_seg(struct ice_hw *hw, struct ice_seg *ice_seg) in ice_download_pkg_without_sig_seg() argument
754 ice_seg->hdr.seg_format_ver.major, in ice_download_pkg_without_sig_seg()
755 ice_seg->hdr.seg_format_ver.minor, in ice_download_pkg_without_sig_seg()
756 ice_seg->hdr.seg_format_ver.update, in ice_download_pkg_without_sig_seg()
757 ice_seg->hdr.seg_format_ver.draft); in ice_download_pkg_without_sig_seg()
760 LE32_TO_CPU(ice_seg->hdr.seg_type), in ice_download_pkg_without_sig_seg()
761 LE32_TO_CPU(ice_seg->hdr.seg_size), ice_seg->hdr.seg_id); in ice_download_pkg_without_sig_seg()
763 ice_buf_tbl = ice_find_buf_table(ice_seg); in ice_download_pkg_without_sig_seg()
[all …]
HDice_ddp_common.h160 struct ice_seg { struct
449 void ice_init_pkg_hints(struct ice_hw *hw, struct ice_seg *ice_seg);
450 struct ice_buf_table *ice_find_buf_table(struct ice_seg *ice_seg);
455 struct ice_buf_table *ice_find_buf_table(struct ice_seg *ice_seg);
457 ice_pkg_enum_buf(struct ice_seg *ice_seg, struct ice_pkg_enum *state);
459 ice_pkg_advance_sect(struct ice_seg *ice_seg, struct ice_pkg_enum *state);
461 ice_pkg_enum_entry(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
466 ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
HDice_flex_pipe.h41 ice_find_label_value(struct ice_seg *ice_seg, char const *name, u32 type,
HDice_type.h1182 struct ice_seg *seg;