Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c69 u32 collect_section_type = 0; in check_image_integrity() local
74 if (collect_section_type & (1U << type)) { in check_image_integrity()
79 collect_section_type |= (1U << type); in check_image_integrity()
83 (((collect_section_type & _IMAGE_COLD_SUB_MODULES_MUST_IN) == in check_image_integrity()
85 collect_section_type == _IMAGE_CFG_SUB_MODULES_MUST_IN)) in check_image_integrity()
89 (collect_section_type & _IMAGE_HOT_SUB_MODULES_MUST_IN) == in check_image_integrity()
96 _IMAGE_CFG_SUB_MODULES_MUST_IN, collect_section_type); in check_image_integrity()
99 _IMAGE_HOT_SUB_MODULES_MUST_IN, collect_section_type); in check_image_integrity()