| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_tm.c | 131 uint32_t wred_profile_id, in rte_tm_wred_profile_add() argument 137 wred_profile_id, profile, error); in rte_tm_wred_profile_add() 142 uint32_t wred_profile_id, in rte_tm_wred_profile_delete() argument 147 wred_profile_id, error); in rte_tm_wred_profile_delete() 153 uint32_t wred_profile_id, in rte_tm_shared_wred_context_add_update() argument 158 shared_wred_context_id, wred_profile_id, error); in rte_tm_shared_wred_context_add_update() 342 uint32_t wred_profile_id, in rte_tm_node_wred_context_update() argument 347 node_id, wred_profile_id, error); in rte_tm_node_wred_context_update()
|
| H A D | rte_tm_driver.h | 53 uint32_t wred_profile_id, 59 uint32_t wred_profile_id, 66 uint32_t wred_profile_id, 172 uint32_t wred_profile_id,
|
| H A D | rte_tm.h | 1142 uint32_t wred_profile_id; member 1362 uint32_t wred_profile_id, 1386 uint32_t wred_profile_id, 1419 uint32_t wred_profile_id, 1946 uint32_t wred_profile_id,
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 1213 uint32_t wred_profile_id; member 1257 wred_profile_id, RTE_UINT32); 1328 uint32_t wred_profile_id = res->wred_profile_id; in cmd_add_port_tm_node_wred_profile_parsed() local 1360 ret = rte_tm_wred_profile_add(port_id, wred_profile_id, &wp, &error); in cmd_add_port_tm_node_wred_profile_parsed() 1408 uint32_t wred_profile_id; member 1437 wred_profile_id, RTE_UINT32); 1445 uint32_t wred_profile_id = res->wred_profile_id; in cmd_del_port_tm_node_wred_profile_parsed() local 1453 ret = rte_tm_wred_profile_delete(port_id, wred_profile_id, &error); in cmd_del_port_tm_node_wred_profile_parsed() 1911 uint32_t wred_profile_id; member 1957 wred_profile_id, RTE_UINT32); [all …]
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 259 if (wred_profile_id == wp->wred_profile_id) in tm_wred_profile_search() 1300 uint32_t wred_profile_id, in wred_profile_check() argument 1316 wp = tm_wred_profile_search(dev, wred_profile_id); in wred_profile_check() 1362 uint32_t wred_profile_id, in pmd_tm_wred_profile_add() argument 1386 wp->wred_profile_id = wred_profile_id; in pmd_tm_wred_profile_add() 1399 uint32_t wred_profile_id, in pmd_tm_wred_profile_delete() argument 1780 uint32_t wred_profile_id = params->leaf.wred.wred_profile_id; in node_add_check_queue() local 1782 wred_profile_id); in node_add_check_queue() 2015 params->leaf.wred.wred_profile_id); in pmd_tm_node_add() 2724 nq->wred_profile->wred_profile_id != in hierarchy_commit_check() [all …]
|
| H A D | rte_eth_softnic_internals.h | 217 uint32_t wred_profile_id; member
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 535 if (params->leaf.wred.wred_profile_id) in mrvl_node_check_params()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 529 if (params->leaf.wred.wred_profile_id != in ixgbe_node_param_check()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 421 if (params->leaf.wred.wred_profile_id != in i40e_node_param_check()
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_tm.c | 1309 params->leaf.wred.wred_profile_id); in ipn3ke_tm_node_add()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2988 testpmd> add port tm node wred profile (port_id) (wred_profile_id) \ 3017 testpmd> del port tm node wred profile (port_id) (wred_profile_id) 3079 (cman_mode) (wred_profile_id) (stats_mask) (n_shared_shapers) \ 3094 * ``wred_profile_id``: WRED profile id to be enabled for this node.
|