| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 868 display_nodecap_info(int is_leaf, struct rte_tm_node_capabilities *cap) in display_nodecap_info() argument 873 if (!is_leaf) { in display_nodecap_info() 901 display_levelcap_info(int is_leaf, struct rte_tm_level_capabilities *cap) in display_levelcap_info() argument 906 if (!is_leaf) { in display_levelcap_info() 946 int ret = 0, check_for_leaf = 0, is_leaf = 0; in show_tm() local 1070 ret = rte_tm_node_type_get(i, j, &is_leaf, &error); in show_tm() 1074 display_nodecap_info(is_leaf, &capnode); in show_tm() 1095 &is_leaf, &error); in show_tm() 1099 display_levelcap_info(is_leaf, &caplevel); in show_tm() 1123 ret = rte_tm_node_type_get(i, j, &is_leaf, &error); in show_tm() [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 27 int *is_leaf, struct rte_tm_error *error); 811 int *is_leaf, struct rte_tm_error *error) in ixgbe_node_type_get() argument 816 if (!is_leaf || !error) in ixgbe_node_type_get() 834 *is_leaf = true; in ixgbe_node_type_get() 836 *is_leaf = false; in ixgbe_node_type_get()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 28 int *is_leaf, struct rte_tm_error *error); 690 int *is_leaf, struct rte_tm_error *error) in i40e_node_type_get() argument 695 if (!is_leaf || !error) in i40e_node_type_get() 713 *is_leaf = true; in i40e_node_type_get() 715 *is_leaf = false; in i40e_node_type_get()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_tm.c | 89 int *is_leaf, in rte_tm_node_type_get() argument 94 node_id, is_leaf, error); in rte_tm_node_type_get()
|
| H A D | rte_tm_driver.h | 31 int *is_leaf,
|
| H A D | rte_tm.h | 1276 int *is_leaf,
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 143 mrvl_node_type_get(struct rte_eth_dev *dev, uint32_t node_id, int *is_leaf, in mrvl_node_type_get() argument 149 if (!is_leaf) in mrvl_node_type_get() 160 *is_leaf = node->type == MRVL_NODE_QUEUE ? 1 : 0; in mrvl_node_type_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 535 int ret, is_leaf = 0; in cmd_show_port_tm_node_cap_parsed() local 542 ret = rte_tm_node_type_get(port_id, node_id, &is_leaf, &error); in cmd_show_port_tm_node_cap_parsed() 574 if (!is_leaf) { in cmd_show_port_tm_node_cap_parsed() 778 int ret, is_leaf = 0; in cmd_show_port_tm_node_type_parsed() local 784 ret = rte_tm_node_type_get(port_id, node_id, &is_leaf, &error); in cmd_show_port_tm_node_type_parsed() 790 if (is_leaf == 1) in cmd_show_port_tm_node_type_parsed()
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_tm.c | 373 uint32_t node_id, int *is_leaf, struct rte_tm_error *error) in ipn3ke_pmd_tm_node_type_get() argument 381 if (is_leaf == NULL) in ipn3ke_pmd_tm_node_type_get() 401 *is_leaf = (node->level == IPN3KE_TM_NODE_LEVEL_COS) ? 1 : 0; in ipn3ke_pmd_tm_node_type_get()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 1865 int *is_leaf, struct rte_tm_error *error) in otx2_nix_tm_node_type_get() argument 1870 if (is_leaf == NULL) { in otx2_nix_tm_node_type_get() 1881 *is_leaf = true; in otx2_nix_tm_node_type_get() 1883 *is_leaf = false; in otx2_nix_tm_node_type_get()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 398 int *is_leaf, in pmd_tm_node_type_get() argument 403 if (is_leaf == NULL) in pmd_tm_node_type_get() 418 *is_leaf = node_id < p->params.tm.n_queues; in pmd_tm_node_type_get()
|