Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c148 timvf_log_err("Unsupported clock source configured %d", in timvf_ring_start()
253 timvf_log_err("Too low timer ticks"); in timvf_ring_create()
268 timvf_log_err( in timvf_ring_create()
331 timvf_log_err("Unable to create chunkpool."); in timvf_ring_create()
340 timvf_log_err("Unable to set chunkpool ops."); in timvf_ring_create()
346 timvf_log_err("Unable to set populate chunkpool."); in timvf_ring_create()
H A Dtimvf_probe.c117 timvf_log_err("Empty bars %p %p", in timvf_probe()
127 timvf_log_err("Invalid vfid(%d/%d)", vfid, TIM_MAX_RINGS); in timvf_probe()
H A Dtimvf_evdev.h36 #define timvf_log_err(fmt, ...) timvf_log(ERR, fmt, ##__VA_ARGS__) macro