Home
last modified time | relevance | path

Searched refs:NIX_TXSCH_LVL_TL2 (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c310 if (hw_lvl == NIX_TXSCH_LVL_TL2 && in prepare_tm_sched_reg()
339 case NIX_TXSCH_LVL_TL2: in prepare_tm_sched_reg()
442 case NIX_TXSCH_LVL_TL2: in prepare_tm_shaper_reg()
507 case NIX_TXSCH_LVL_TL2: in prepare_tm_sw_xoff()
632 case NIX_TXSCH_LVL_TL2: in populate_tm_reg()
1621 return NIX_TXSCH_LVL_TL2; in nix_tm_lvl2nix()
1634 return NIX_TXSCH_LVL_TL2; in nix_tm_lvl2nix()
2882 NIX_TXSCH_LVL_TL2, in nix_tm_prepare_default_tree()
2914 NIX_TXSCH_LVL_TL2, in nix_tm_prepare_default_tree()
3024 NIX_TXSCH_LVL_TL2, in nix_tm_prepare_rate_limited_tree()
[all …]
H A Dotx2_tm.h165 case NIX_TXSCH_LVL_TL2: in nix_hwlvl2str()
H A Dotx2_ethdev_debug.c640 case NIX_TXSCH_LVL_TL2: in prepare_nix_tm_reg_dump()
786 if (root_node && root_node->hw_lvl == NIX_TXSCH_LVL_TL2) { in otx2_nix_tm_dump()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h426 #define NIX_TXSCH_LVL_TL2 0x3 macro