Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.h163 case NIX_TXSCH_LVL_TL3: in nix_hwlvl2str()
H A Dotx2_tm.c333 case NIX_TXSCH_LVL_TL3: in prepare_tm_sched_reg()
422 case NIX_TXSCH_LVL_TL3: in prepare_tm_shaper_reg()
503 case NIX_TXSCH_LVL_TL3: in prepare_tm_sw_xoff()
612 case NIX_TXSCH_LVL_TL3: in populate_tm_reg()
624 dev->link_cfg_lvl == NIX_TXSCH_LVL_TL3) { in populate_tm_reg()
1623 return NIX_TXSCH_LVL_TL3; in nix_tm_lvl2nix()
1636 return NIX_TXSCH_LVL_TL3; in nix_tm_lvl2nix()
2889 NIX_TXSCH_LVL_TL3, in nix_tm_prepare_default_tree()
2921 NIX_TXSCH_LVL_TL3, in nix_tm_prepare_default_tree()
3030 NIX_TXSCH_LVL_TL3, in nix_tm_prepare_rate_limited_tree()
[all …]
H A Dotx2_ethdev_debug.c607 case NIX_TXSCH_LVL_TL3: in prepare_nix_tm_reg_dump()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h425 #define NIX_TXSCH_LVL_TL3 0x2 macro