Searched refs:ice_seg (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/dev/ice/ |
| HD | ice_ddp_common.c | 539 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 …]
|
| HD | ice_ddp_common.h | 160 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,
|
| HD | ice_flex_pipe.h | 41 ice_find_label_value(struct ice_seg *ice_seg, char const *name, u32 type,
|
| HD | ice_type.h | 1182 struct ice_seg *seg;
|