Home
last modified time | relevance | path

Searched refs:pkg_hdr (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/ice/
H A Dice_ddp_common.c166 struct ice_pkg_hdr *pkg_hdr) in ice_find_seg_in_pkg() argument
171 pkg_hdr->pkg_format_ver.major, pkg_hdr->pkg_format_ver.minor, in ice_find_seg_in_pkg()
172 pkg_hdr->pkg_format_ver.update, in ice_find_seg_in_pkg()
173 pkg_hdr->pkg_format_ver.draft); in ice_find_seg_in_pkg()
180 ((u8 *)pkg_hdr + LE32_TO_CPU(pkg_hdr->seg_offset[i])); in ice_find_seg_in_pkg()
199 if (idx < LE32_TO_CPU(pkg_hdr->seg_count)) in ice_get_pkg_seg_by_idx()
201 ((u8 *)pkg_hdr + in ice_get_pkg_seg_by_idx()
810 if (!pkg_hdr) in ice_init_pkg_info()
2408 struct ice_pkg_hdr *pkg_hdr; in ice_cfg_tx_topo() local
2470 pkg_hdr = (struct ice_pkg_hdr *)buf; in ice_cfg_tx_topo()
[all …]
H A Dice_ddp_common.h444 struct ice_pkg_hdr *pkg_hdr);