Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1087 static u32_t lm_parse_license_info(u32 val, u8_t is_high) in lm_parse_license_info() argument
1089 if (is_high) in lm_parse_license_info()
1109 static u32_t lm_parse_license_info_bounded(u32 val, u32_t max_cons, u8_t is_high) in lm_parse_license_info_bounded() argument
1112 license_from_shmem = lm_parse_license_info(val, is_high); in lm_parse_license_info_bounded()