Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.h159 case NIX_TXSCH_LVL_MDQ: in nix_hwlvl2str()
H A Dotx2_tm.c495 case NIX_TXSCH_LVL_MDQ: in prepare_tm_sw_xoff()
1654 if (hw_lvl == NIX_TXSCH_LVL_MDQ) in nix_max_prio()
1929 cap->sched_n_children_max = rsp->schq[NIX_TXSCH_LVL_MDQ]; in otx2_nix_tm_capa_get()
2028 if (hw_lvl == NIX_TXSCH_LVL_MDQ) in otx2_nix_tm_level_capa_get()
2095 if (hw_lvl == NIX_TXSCH_LVL_MDQ) in otx2_nix_tm_node_capa_get()
3130 req->lvl = NIX_TXSCH_LVL_MDQ; in otx2_nix_tm_rate_limit_mdq()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h423 #define NIX_TXSCH_LVL_MDQ 0x0 macro