Searched refs:compat_strtouint (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_heartbeat.c | 29 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 D | adf_init.c | 223 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 D | adf_transport.c | 410 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 D | adf_isr.c | 155 if (compat_strtouint(val, 10, &core)) { in adf_get_irq_affinity()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | qat_freebsd.h | 107 compat_strtouint(const char *cp, unsigned int base, unsigned int *res) in compat_strtouint() function
|