Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm.c207 plt_tm_dbg("Add node %s lvl %u id %u, prio 0x%x weight 0x%x " in nix_tm_node_add()
282 plt_tm_dbg("Added node %s lvl %u id %u (%p)", in nix_tm_node_add()
478 plt_tm_dbg("Setting SMQ %u XOFF/FLUSH to %s", smq, in nix_tm_smq_xoff()
789 plt_tm_dbg("Update sq(%u) rr_quantum 0x%" PRIx64, qid, in nix_tm_sq_sched_conf()
921 plt_tm_dbg("Free hwres %s(%u) lvl %u id %u (%p)", in nix_tm_free_node_resource()
959 plt_tm_dbg("Released hwres %s(%u) to af", in nix_tm_free_node_resource()
975 plt_tm_dbg("Delete node id %u tree %u", node_id, tree); in nix_tm_node_delete()
1080 plt_tm_dbg("Resource %s(%u), for lvl %u id %u(%p)", in nix_tm_assign_hw_id()
1204 plt_tm_dbg("Resource %s(%u) for root(id %u) (%p)", in nix_tm_assign_resources()
1615 plt_tm_dbg("Freeing resources of tree %u", tree); in nix_tm_free_resources()
[all …]
H A Droc_nix_tm_mark.c48 plt_tm_dbg("Shaper read alg node %s(%u) lvl %u id %u, red_alg %x (%p)", in prepare_tm_shaper_red_algo()
260 plt_tm_dbg("Mark type: %u, Mark Color:%u, id:%u\n", i, in nix_tm_mark_init()
H A Droc_nix_tm_utils.c490 plt_tm_dbg("Default config for main root %s(%u)", in nix_tm_tl1_default_prep()
547 plt_tm_dbg("Topology config node %s(%u)->%s(%" PRIu64 ") lvl %u, id %u" in nix_tm_topology_reg_prep()
667 plt_tm_dbg("Schedule config node %s(%u) lvl %u id %u, " in nix_tm_sched_reg_prep()
726 plt_tm_dbg("Shaper config node %s(%u) lvl %u id %u, " in nix_tm_shaper_reg_prep()
843 plt_tm_dbg("sw xoff config node %s(%u) lvl %u id %u, enable %u (%p)", in nix_tm_sw_xoff_prep()
977 plt_tm_dbg("Estimate resources needed for %s: dis %u cont %u", in nix_tm_resource_estimate()
H A Droc_nix_tm_ops.c18 plt_tm_dbg("Setting SQ %u SQB aura FC to %s", sq->qid, in roc_nix_tm_sq_aura_fc()
197 plt_tm_dbg("Added TM shaper profile %u, " in nix_tm_shaper_profile_add()
270 plt_tm_dbg("Removing TM shaper profile %u", id); in roc_nix_tm_shaper_profile_delete()
435 plt_tm_dbg("Disabling hierarchy on %s", nix->pci_dev->name); in roc_nix_tm_hierarchy_disable()
572 plt_tm_dbg("Enabling hierarchy on %s, xmit_ena %u, tree %u", in roc_nix_tm_hierarchy_enable()
H A Droc_platform.h246 #define plt_tm_dbg(fmt, ...) plt_dbg(tm, fmt, ##__VA_ARGS__) macro