Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c67 u32 collect_section_type = 0; in check_image_integrity() local
72 if (collect_section_type & (1U << type)) { in check_image_integrity()
77 collect_section_type |= (1U << type); in check_image_integrity()
81 (((collect_section_type & _IMAGE_COLD_SUB_MODULES_MUST_IN) == in check_image_integrity()
83 collect_section_type == _IMAGE_CFG_SUB_MODULES_MUST_IN)) in check_image_integrity()
87 (collect_section_type & _IMAGE_HOT_SUB_MODULES_MUST_IN) == in check_image_integrity()
94 _IMAGE_CFG_SUB_MODULES_MUST_IN, collect_section_type); in check_image_integrity()
97 _IMAGE_HOT_SUB_MODULES_MUST_IN, collect_section_type); in check_image_integrity()