Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c113 otx2_tim_dbg("Optimized configured values"); in tim_optimze_bkt_param()
114 otx2_tim_dbg("Nb_bkts : %" PRIu32 "", tim_ring->nb_bkts); in tim_optimze_bkt_param()
115 otx2_tim_dbg("Tck_nsec : %" PRIu64 "", tim_ring->tck_nsec); in tim_optimze_bkt_param()
131 otx2_tim_dbg("Using single producer mode"); in tim_chnk_pool_create()
201 otx2_tim_dbg("Ring busy."); in tim_err_desc()
383 otx2_tim_dbg("Total memory used %"PRIu64"MB\n", in otx2_tim_ring_create()
421 otx2_tim_dbg("Bucket mispredict %3.2f distance %d\n", in otx2_tim_calibrate_start_tsc()
705 otx2_tim_dbg("Unable to allocate memory for TIM Event device"); in otx2_tim_init()
727 otx2_tim_dbg("No TIM Logical functions provisioned."); in otx2_tim_init()
H A Dotx2_tim_evdev.h16 #define otx2_tim_func_trace otx2_tim_dbg
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h121 #define otx2_tim_dbg(fmt, ...) otx2_dbg(tim, fmt, ##__VA_ARGS__) macro