Home
last modified time | relevance | path

Searched refs:otx2_tm_dbg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c315 otx2_tm_dbg("Schedule config node %s(%u) lvl %u id %u, " in prepare_tm_sched_reg()
854 otx2_tm_dbg("Shaper profile %u has non zero references", in nix_tm_clear_shaper_profiles()
910 otx2_tm_dbg("Setting SMQ %u XOFF/FLUSH to %s", smq, in nix_smq_xoff()
940 otx2_tm_dbg("Setting SQ %u SQB aura FC to %s", txq->sq, in otx2_nix_sq_sqb_aura_fc()
1276 otx2_tm_dbg("Free hwres %s(%u) lvl %u id %u (%p)", in nix_tm_free_resources()
1299 otx2_tm_dbg("Free node lvl %u id %u (%p)", in nix_tm_free_resources()
2179 otx2_tm_dbg("Added TM shaper profile %u, " in otx2_nix_tm_shaper_profile_add()
3204 otx2_tm_dbg("failed to free default resources, rc %d", in otx2_nix_tm_set_queue_rate_limit()
3211 otx2_tm_dbg("failed to prepare tm tree, rc=%d", rc); in otx2_nix_tm_set_queue_rate_limit()
3217 otx2_tm_dbg("failed to allocate tm tree, rc=%d", rc); in otx2_nix_tm_set_queue_rate_limit()
[all …]
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h120 #define otx2_tm_dbg(fmt, ...) otx2_dbg(tm, fmt, ##__VA_ARGS__) macro