Home
last modified time | relevance | path

Searched refs:seg_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_ddp_common.h139 __le32 seg_type;
443 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type,
138 __le32 seg_type; global() member
H A Dice_ddp_common.c157 * @seg_type: the segment type to search for (i.e., SEGMENT_TYPE_CPK)
165 ice_find_seg_in_pkg(struct ice_hw *hw, u32 seg_type, in ice_find_seg_in_pkg() argument
182 if (LE32_TO_CPU(seg->seg_type) == seg_type) in ice_find_seg_in_pkg()
219 retval = LE32_TO_CPU(seg->seg_type) == SEGMENT_TYPE_SIGNING; in ice_is_signing_seg_at_idx()
760 LE32_TO_CPU(ice_seg->hdr.seg_type), in ice_download_pkg_without_sig_seg()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c537 u8 seg_type, in ecore_cxt_set_proto_tid_count() argument
546 p_seg->type = seg_type; in ecore_cxt_set_proto_tid_count()