Searched refs:n_nodes_max (Results 1 – 9 of 9) sorted by relevance
| /f-stack/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()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 187 cap->n_nodes_max = 1 + dev->data->nb_tx_queues; /* port + txqs number */ in mrvl_capabilities_get() 192 cap->shaper_n_max = cap->n_nodes_max; in mrvl_capabilities_get() 244 cap->n_nodes_max = 1; in mrvl_level_capabilities_get() 265 cap->n_nodes_max = dev->data->nb_tx_queues; in mrvl_level_capabilities_get()
|
| /f-stack/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, 613 .n_nodes_max = UINT32_MAX, 645 .n_nodes_max = UINT32_MAX, 677 .n_nodes_max = UINT32_MAX, 738 cap->n_nodes_max = tm_level_get_max_nodes(dev, in pmd_tm_level_capabilities_get() 740 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() 757 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in pmd_tm_level_capabilities_get() [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_tm.h | 204 uint32_t n_nodes_max; member 476 uint32_t n_nodes_max; member
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 987 cap.n_nodes_max, in show_tm() 1052 for (j = 0; j < cap.n_nodes_max; j++) { in show_tm() 1086 caplevel.n_nodes_max, in show_tm() 1093 for (k = 0; k < caplevel.n_nodes_max; k++) { in show_tm()
|
| /f-stack/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()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 1910 cap->n_nodes_max = max_nr_nodes + dev->tm_leaf_cnt; in otx2_nix_tm_capa_get() 1980 cap->n_nodes_max = dev->tm_leaf_cnt; in otx2_nix_tm_level_capa_get() 1989 cap->n_nodes_max = 1; in otx2_nix_tm_level_capa_get() 2016 cap->n_nodes_max = rsp->schq[hw_lvl]; in otx2_nix_tm_level_capa_get() 2017 cap->n_nodes_nonleaf_max = cap->n_nodes_max; in otx2_nix_tm_level_capa_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 247 printf("cap.n_nodes_max %" PRIu32 "\n", cap.n_nodes_max); in cmd_show_port_tm_cap_parsed() 401 printf("cap.n_nodes_max %" PRIu32 "\n", lcap.n_nodes_max); in cmd_show_port_tm_level_cap_parsed()
|