Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c87 ret = compat_strtoul(tokens[i], 10, &start); in adf_cfg_set_core_number_for_instance()
90 ret = compat_strtoul(pos + 1, 10, &end); in adf_cfg_set_core_number_for_instance()
100 ret = compat_strtoul(tokens[i], 10, &core_num); in adf_cfg_set_core_number_for_instance()
108 ret = compat_strtoul(core_val, 10, &core_num); in adf_cfg_set_core_number_for_instance()
148 if (compat_strtoul(val, 10, value) && compat_strtoul(val, 16, value)) in adf_cfg_set_value()
417 if (!compat_strtoul(ptr->val, 10, &val)) in adf_cfg_section_copy()
430 if (!compat_strtoul(ptr->val, 16, &val)) in adf_cfg_section_copy()
H A Dadf_freebsd_admin.c191 if (compat_strtoul(val, 0, &ibuf_size)) in adf_set_dc_ibuf()
H A Dqat_uclo.c239 if ((compat_strtoul(buf, 10, &ae))) in qat_uclo_parse_num()
/freebsd/sys/dev/qat/include/common/
H A Dqat_freebsd.h92 compat_strtoul(const char *cp, unsigned int base, unsigned long *res) in compat_strtoul() function
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_hw_data.c1698 if (compat_strtoul(value, 10, &ingress)) in adf_get_inline_config()
1708 if (compat_strtoul(value, 10, &egress)) in adf_get_inline_config()