Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_heartbeat.c29 if (compat_strtouint((char *)timer_str, in adf_check_hb_poll_freq()
84 if (compat_strtouint((char *)timer_str, in adf_get_hb_timer()
H A Dadf_init.c223 if (!compat_strtouint((char *)timer_str, in adf_set_ssm_wdtimer()
234 if (!compat_strtouint((char *)timer_str, in adf_set_ssm_wdtimer()
386 if (compat_strtouint(value, in adf_dev_init()
H A Dadf_transport.c410 if (compat_strtouint(val, 10, &ring_num)) { in adf_create_ring()
536 if (compat_strtouint(val_buf, 10, value)) in adf_get_cfg_int()
H A Dadf_isr.c155 if (compat_strtouint(val, 10, &core)) { in adf_get_irq_affinity()
/freebsd/sys/dev/qat/include/common/
H A Dqat_freebsd.h107 compat_strtouint(const char *cp, unsigned int base, unsigned int *res) in compat_strtouint() function