Home
last modified time | relevance | path

Searched refs:n_nodes_nonleaf_max (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c861 cap->n_nodes_nonleaf_max = 1; in ixgbe_level_capabilities_get()
866 cap->n_nodes_nonleaf_max = IXGBE_DCB_MAX_TRAFFIC_CLASS; in ixgbe_level_capabilities_get()
871 cap->n_nodes_nonleaf_max = 0; in ixgbe_level_capabilities_get()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c848 cap->n_nodes_nonleaf_max = 1; in txgbe_level_capabilities_get()
853 cap->n_nodes_nonleaf_max = TXGBE_DCB_TC_MAX; in txgbe_level_capabilities_get()
858 cap->n_nodes_nonleaf_max = 0; in txgbe_level_capabilities_get()
/dpdk/drivers/net/iavf/
H A Diavf_tm.c672 cap->n_nodes_nonleaf_max = 1; in iavf_level_capabilities_get()
677 cap->n_nodes_nonleaf_max = IAVF_MAX_TRAFFIC_CLASS; in iavf_level_capabilities_get()
682 cap->n_nodes_nonleaf_max = 0; in iavf_level_capabilities_get()
/dpdk/drivers/net/i40e/
H A Di40e_tm.c740 cap->n_nodes_nonleaf_max = 1; in i40e_level_capabilities_get()
745 cap->n_nodes_nonleaf_max = I40E_MAX_TRAFFIC_CLASS; in i40e_level_capabilities_get()
750 cap->n_nodes_nonleaf_max = 0; in i40e_level_capabilities_get()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c548 .n_nodes_nonleaf_max = 1,
578 .n_nodes_nonleaf_max = UINT32_MAX,
608 .n_nodes_nonleaf_max = UINT32_MAX,
640 .n_nodes_nonleaf_max = UINT32_MAX,
672 .n_nodes_nonleaf_max = 0,
734 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in pmd_tm_level_capabilities_get()
745 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in pmd_tm_level_capabilities_get()
751 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in pmd_tm_level_capabilities_get()
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c751 cap->n_nodes_nonleaf_max = 1; in hns3_tm_nonleaf_level_capsbilities_get()
755 cap->n_nodes_nonleaf_max = HNS3_MAX_TC_NUM; in hns3_tm_nonleaf_level_capsbilities_get()
786 cap->n_nodes_nonleaf_max = 0; in hns3_tm_leaf_level_capabilities_get()
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c138 cap->n_nodes_nonleaf_max = 1; in cnxk_nix_tm_level_capa_get()
168 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in cnxk_nix_tm_level_capa_get()
/dpdk/lib/ethdev/
H A Drte_tm.h482 uint32_t n_nodes_nonleaf_max; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.c134 cap->n_nodes_nonleaf_max = 1; in dpaa2_level_capabilities_get()
151 cap->n_nodes_nonleaf_max = priv->num_channels; in dpaa2_level_capabilities_get()
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_tm.c517 cap->n_nodes_nonleaf_max = IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
545 cap->n_nodes_nonleaf_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
573 cap->n_nodes_nonleaf_max = 0; in ipn3ke_tm_level_capabilities_get()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_tm.c260 cap->n_nodes_nonleaf_max = 1; in mrvl_level_capabilities_get()
/dpdk/app/proc-info/
H A Dmain.c1110 caplevel.n_nodes_nonleaf_max, in show_tm()
/dpdk/app/test-pmd/
H A Dcmdline_tm.c405 lcap.n_nodes_nonleaf_max); in cmd_show_port_tm_level_cap_parsed()