Searched refs:n_nodes_max (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 160 cap->n_nodes_max = 1 + IXGBE_DCB_MAX_TRAFFIC_CLASS + in ixgbe_tm_capabilities_get() 165 cap->shaper_n_max = cap->n_nodes_max; in ixgbe_tm_capabilities_get() 166 cap->shaper_private_n_max = cap->n_nodes_max; in ixgbe_tm_capabilities_get() 860 cap->n_nodes_max = 1; in ixgbe_level_capabilities_get() 865 cap->n_nodes_max = IXGBE_DCB_MAX_TRAFFIC_CLASS; in ixgbe_level_capabilities_get() 870 cap->n_nodes_max = hw->mac.max_tx_queues; in ixgbe_level_capabilities_get()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_tm.c | 159 cap->n_nodes_max = 1 + TXGBE_DCB_TC_MAX + in txgbe_tm_capabilities_get() 164 cap->shaper_n_max = cap->n_nodes_max; in txgbe_tm_capabilities_get() 165 cap->shaper_private_n_max = cap->n_nodes_max; in txgbe_tm_capabilities_get() 847 cap->n_nodes_max = 1; in txgbe_level_capabilities_get() 852 cap->n_nodes_max = TXGBE_DCB_TC_MAX; in txgbe_level_capabilities_get() 857 cap->n_nodes_max = hw->mac.max_tx_queues; in txgbe_level_capabilities_get()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_tm.c | 609 cap->n_nodes_max = 1 + IAVF_MAX_TRAFFIC_CLASS in iavf_tm_capabilities_get() 614 cap->shaper_n_max = cap->n_nodes_max; in iavf_tm_capabilities_get() 615 cap->shaper_private_n_max = cap->n_nodes_max; in iavf_tm_capabilities_get() 671 cap->n_nodes_max = 1; in iavf_level_capabilities_get() 676 cap->n_nodes_max = IAVF_MAX_TRAFFIC_CLASS; in iavf_level_capabilities_get() 681 cap->n_nodes_max = vf->num_queue_pairs; in iavf_level_capabilities_get()
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 153 cap->n_nodes_max = 1 + I40E_MAX_TRAFFIC_CLASS + hw->func_caps.num_tx_qp; in i40e_tm_capabilities_get() 157 cap->shaper_n_max = cap->n_nodes_max; in i40e_tm_capabilities_get() 158 cap->shaper_private_n_max = cap->n_nodes_max; in i40e_tm_capabilities_get() 739 cap->n_nodes_max = 1; in i40e_level_capabilities_get() 744 cap->n_nodes_max = I40E_MAX_TRAFFIC_CLASS; in i40e_level_capabilities_get() 749 cap->n_nodes_max = hw->func_caps.num_tx_qp; in i40e_level_capabilities_get()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_tm.c | 57 cap->n_nodes_max = max_nr_nodes + dev->nb_txq; in cnxk_nix_tm_capa_get() 129 cap->n_nodes_max = dev->nb_txq; in cnxk_nix_tm_level_capa_get() 137 cap->n_nodes_max = 1; in cnxk_nix_tm_level_capa_get() 167 cap->n_nodes_max = schq[lvl]; 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/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 440 .n_nodes_max = UINT32_MAX, 547 .n_nodes_max = 1, 577 .n_nodes_max = UINT32_MAX, 607 .n_nodes_max = UINT32_MAX, 639 .n_nodes_max = UINT32_MAX, 671 .n_nodes_max = UINT32_MAX, 732 cap->n_nodes_max = tm_level_get_max_nodes(dev, in pmd_tm_level_capabilities_get() 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() [all …]
|
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 197 cap->n_nodes_max = 1 + dev->data->nb_tx_queues; /* port + txqs number */ in mrvl_capabilities_get() 202 cap->shaper_n_max = cap->n_nodes_max; in mrvl_capabilities_get() 259 cap->n_nodes_max = 1; in mrvl_level_capabilities_get() 280 cap->n_nodes_max = dev->data->nb_tx_queues; in mrvl_level_capabilities_get()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_tm.h | 204 uint32_t n_nodes_max; member 476 uint32_t n_nodes_max; member
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_tm.c | 85 cap->n_nodes_max = 1 + priv->num_channels + dev->data->nb_tx_queues; in dpaa2_capabilities_get() 133 cap->n_nodes_max = 1; in dpaa2_level_capabilities_get() 150 cap->n_nodes_max = priv->num_channels; in dpaa2_level_capabilities_get() 168 cap->n_nodes_max = priv->num_tx_tc * priv->num_channels; in dpaa2_level_capabilities_get()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_tm.c | 131 cap->n_nodes_max = 1 + HNS3_MAX_TC_NUM + max_tx_queues; in hns3_tm_capabilities_get() 750 cap->n_nodes_max = 1; in hns3_tm_nonleaf_level_capsbilities_get() 754 cap->n_nodes_max = HNS3_MAX_TC_NUM; in hns3_tm_nonleaf_level_capsbilities_get() 785 cap->n_nodes_max = max_tx_queues; in hns3_tm_leaf_level_capabilities_get()
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 1010 cap.n_nodes_max, in show_tm() 1075 for (j = 0; j < cap.n_nodes_max; j++) { in show_tm() 1109 caplevel.n_nodes_max, in show_tm() 1116 for (k = 0; k < caplevel.n_nodes_max; k++) { in show_tm()
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_tm.c | 432 cap->n_nodes_max = 1 + IPN3KE_TM_COS_NODE_NUM + IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_capabilities_get() 516 cap->n_nodes_max = hw->port_num; in ipn3ke_tm_level_capabilities_get() 544 cap->n_nodes_max = IPN3KE_TM_VT_NODE_NUM; in ipn3ke_tm_level_capabilities_get() 572 cap->n_nodes_max = IPN3KE_TM_COS_NODE_NUM; in ipn3ke_tm_level_capabilities_get()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 249 printf("cap.n_nodes_max %" PRIu32 "\n", cap.n_nodes_max); in cmd_show_port_tm_cap_parsed() 403 printf("cap.n_nodes_max %" PRIu32 "\n", lcap.n_nodes_max); in cmd_show_port_tm_level_cap_parsed()
|