| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_tm.c | 173 uint32_t shaper_profile_id, in rte_tm_shaper_profile_add() argument 179 shaper_profile_id, profile, error); in rte_tm_shaper_profile_add() 184 uint32_t shaper_profile_id, in rte_tm_shaper_profile_delete() argument 189 shaper_profile_id, error); in rte_tm_shaper_profile_delete() 195 uint32_t shaper_profile_id, in rte_tm_shared_shaper_add_update() argument 200 shared_shaper_id, shaper_profile_id, error); in rte_tm_shared_shaper_add_update() 285 uint32_t shaper_profile_id, in rte_tm_node_shaper_update() argument 290 node_id, shaper_profile_id, error); in rte_tm_node_shaper_update()
|
| H A D | rte_tm_driver.h | 77 uint32_t shaper_profile_id, 83 uint32_t shaper_profile_id, 89 uint32_t shaper_profile_id, 138 uint32_t shaper_profile_id,
|
| H A D | rte_tm.h | 1102 uint32_t shaper_profile_id; member 1468 uint32_t shaper_profile_id, 1492 uint32_t shaper_profile_id, 1523 uint32_t shaper_profile_id, 1812 uint32_t shaper_profile_id,
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 13 uint32_t shaper_profile_id, 17 uint32_t shaper_profile_id, 212 uint32_t shaper_profile_id) in ixgbe_shaper_profile_search() argument 221 if (shaper_profile_id == shaper_profile->shaper_profile_id) in ixgbe_shaper_profile_search() 262 uint32_t shaper_profile_id, in ixgbe_shaper_profile_add() argument 278 shaper_profile = ixgbe_shaper_profile_search(dev, shaper_profile_id); in ixgbe_shaper_profile_add() 291 shaper_profile->shaper_profile_id = shaper_profile_id; in ixgbe_shaper_profile_add() 302 uint32_t shaper_profile_id, in ixgbe_shaper_profile_del() argument 312 shaper_profile = ixgbe_shaper_profile_search(dev, shaper_profile_id); in ixgbe_shaper_profile_del() 599 if (params->shaper_profile_id != RTE_TM_SHAPER_PROFILE_ID_NONE) { in ixgbe_node_add() [all …]
|
| H A D | ixgbe_ethdev.h | 415 uint32_t shaper_profile_id; member
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 14 uint32_t shaper_profile_id, 18 uint32_t shaper_profile_id, 204 uint32_t shaper_profile_id) in i40e_shaper_profile_search() argument 212 if (shaper_profile_id == shaper_profile->shaper_profile_id) in i40e_shaper_profile_search() 253 uint32_t shaper_profile_id, in i40e_shaper_profile_add() argument 268 shaper_profile = i40e_shaper_profile_search(dev, shaper_profile_id); in i40e_shaper_profile_add() 281 shaper_profile->shaper_profile_id = shaper_profile_id; in i40e_shaper_profile_add() 292 uint32_t shaper_profile_id, in i40e_shaper_profile_del() argument 301 shaper_profile = i40e_shaper_profile_search(dev, shaper_profile_id); in i40e_shaper_profile_del() 489 if (params->shaper_profile_id != RTE_TM_SHAPER_PROFILE_ID_NONE) { in i40e_node_add() [all …]
|
| H A D | i40e_ethdev.h | 983 uint32_t shaper_profile_id; member
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_cli.c | 599 .shaper_profile_id = params->shaper_profile_id.port, in tmgr_hierarchy_default() 613 .shaper_profile_id = params->shaper_profile_id.pipe, in tmgr_hierarchy_default() 631 .shaper_profile_id = params->shaper_profile_id.tc[0], in tmgr_hierarchy_default() 641 .shaper_profile_id = params->shaper_profile_id.tc[1], in tmgr_hierarchy_default() 651 .shaper_profile_id = params->shaper_profile_id.tc[2], in tmgr_hierarchy_default() 661 .shaper_profile_id = params->shaper_profile_id.tc[3], in tmgr_hierarchy_default() 671 .shaper_profile_id = params->shaper_profile_id.tc[4], in tmgr_hierarchy_default() 681 .shaper_profile_id = params->shaper_profile_id.tc[5], in tmgr_hierarchy_default() 691 .shaper_profile_id = params->shaper_profile_id.tc[6], in tmgr_hierarchy_default() 701 .shaper_profile_id = params->shaper_profile_id.tc[7], in tmgr_hierarchy_default() [all …]
|
| H A D | rte_eth_softnic_tm.c | 231 if (shaper_profile_id == sp->shaper_profile_id) in tm_shaper_profile_search() 951 uint32_t shaper_profile_id, in shaper_profile_check() argument 1029 uint32_t shaper_profile_id, in pmd_tm_shaper_profile_add() argument 1053 sp->shaper_profile_id = shaper_profile_id; in pmd_tm_shaper_profile_add() 1152 ss->shaper_profile_id); in update_subport_tc_rate() 1173 ss->shaper_profile_id = sp_new->shaper_profile_id; in update_subport_tc_rate() 1231 ss->shaper_profile_id = shaper_profile_id; in pmd_tm_shared_shaper_add_update() 2439 ss->shaper_profile_id) : in subport_profile_build() 3060 ns->params.shaper_profile_id = sp->shaper_profile_id; in update_subport_rate() 3109 np->params.shaper_profile_id = sp->shaper_profile_id; in update_pipe_rate() [all …]
|
| H A D | rte_eth_softnic_internals.h | 197 uint32_t shaper_profile_id; member 209 uint32_t shaper_profile_id; member
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_tm.c | 1033 uint32_t shaper_profile_id; member 1077 uint32_t shaper_profile_id = res->shaper_profile_id; in cmd_add_port_tm_node_shared_shaper_parsed() local 1100 shaper_profile_id, &error); in cmd_add_port_tm_node_shared_shaper_parsed() 1487 uint32_t shaper_profile_id; member 1532 uint32_t shaper_profile_id = res->shaper_profile_id; in cmd_set_port_tm_node_shaper_profile_parsed() local 1585 int32_t shaper_profile_id; member 1682 np.shaper_profile_id = res->shaper_profile_id; in cmd_add_port_tm_nonleaf_node_parsed() 1743 int32_t shaper_profile_id; member 1845 np.shaper_profile_id = res->shaper_profile_id; in cmd_add_port_tm_nonleaf_node_pmode_parsed() 1909 int32_t shaper_profile_id; member [all …]
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_tm.c | 341 mrvl_shaper_profile_from_id(struct mrvl_priv *priv, uint32_t shaper_profile_id) in mrvl_shaper_profile_from_id() argument 346 if (profile->id == shaper_profile_id) in mrvl_shaper_profile_from_id() 362 mrvl_shaper_profile_add(struct rte_eth_dev *dev, uint32_t shaper_profile_id, in mrvl_shaper_profile_add() argument 396 if (shaper_profile_id == RTE_TM_SHAPER_PROFILE_ID_NONE) in mrvl_shaper_profile_add() 401 profile = mrvl_shaper_profile_from_id(priv, shaper_profile_id); in mrvl_shaper_profile_add() 414 profile->id = shaper_profile_id; in mrvl_shaper_profile_add() 431 mrvl_shaper_profile_delete(struct rte_eth_dev *dev, uint32_t shaper_profile_id, in mrvl_shaper_profile_delete() argument 437 profile = mrvl_shaper_profile_from_id(priv, shaper_profile_id); in mrvl_shaper_profile_delete() 593 if (params->shaper_profile_id != RTE_TM_SHAPER_PROFILE_ID_NONE) { in mrvl_node_add() 595 params->shaper_profile_id); in mrvl_node_add()
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_tm.c | 221 uint32_t shaper_profile_id, struct rte_tm_error *error) in ipn3ke_hw_tm_shaper_profile_search() argument 228 if (shaper_profile_id == RTE_TM_SHAPER_PROFILE_ID_NONE) { in ipn3ke_hw_tm_shaper_profile_search() 238 level_of_node_id = shaper_profile_id / IPN3KE_TM_NODE_LEVEL_MOD; in ipn3ke_hw_tm_shaper_profile_search() 239 node_index = shaper_profile_id % IPN3KE_TM_NODE_LEVEL_MOD; in ipn3ke_hw_tm_shaper_profile_search() 750 uint32_t shaper_profile_id, struct rte_tm_shaper_params *profile, in ipn3ke_tm_shaper_profile_add() argument 758 sp = ipn3ke_hw_tm_shaper_profile_search(hw, shaper_profile_id, error); in ipn3ke_tm_shaper_profile_add() 828 uint32_t shaper_profile_id, struct rte_tm_error *error) in ipn3ke_tm_shaper_profile_delete() argument 835 sp = ipn3ke_hw_tm_shaper_profile_search(hw, shaper_profile_id, error); in ipn3ke_tm_shaper_profile_delete() 1211 if (params->shaper_profile_id != RTE_TM_SHAPER_PROFILE_ID_NONE && in ipn3ke_tm_node_add() 1212 params->shaper_profile_id != node_id) in ipn3ke_tm_node_add()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.h | 64 uint32_t shaper_profile_id; member
|
| H A D | otx2_tm.c | 98 if (tm_shaper_profile->shaper_profile_id == shaper_id) in nix_tm_shaper_profile_search() 539 tm_node->params.shaper_profile_id); in populate_tm_reg() 798 profile_id = params->shaper_profile_id; in nix_tm_node_add_to_list() 855 shaper_profile->shaper_profile_id); in nix_tm_clear_shaper_profiles() 1302 profile_id = tm_node->params.shaper_profile_id; in nix_tm_free_resources() 2174 profile->shaper_profile_id = profile_id; in otx2_nix_tm_shaper_profile_add() 2312 profile_id = params->shaper_profile_id; in otx2_nix_tm_node_add() 2416 profile_id = tm_node->params.shaper_profile_id; in otx2_nix_tm_node_delete() 2578 if (profile_id == tm_node->params.shaper_profile_id) in otx2_nix_tm_node_shaper_update() 2596 tm_node->params.shaper_profile_id = profile_id; in otx2_nix_tm_node_shaper_update() [all …]
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 2903 testpmd> add port tm node shaper profile (port_id) (shaper_profile_id) \ 2927 testpmd> del port tm node shaper profile (port_id) (shaper_profile_id) 2939 (shaper_profile_id) 2952 (shaper_profile_id) 2976 (shaper_profile_id) 3025 (priority) (weight) (level_id) (shaper_profile_id) \ 3038 * ``shaper_profile_id``: Shaper profile ID of the private shaper to be used by 3051 (priority) (weight) (level_id) (shaper_profile_id) \ 3064 * ``shaper_profile_id``: Shaper profile ID of the private shaper to be used by 3078 (priority) (weight) (level_id) (shaper_profile_id) \ [all …]
|