Home
last modified time | relevance | path

Searched refs:shaper_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c162 parse_multi_ss_id_str(char *s_str, uint32_t *n_ssp, uint32_t shaper_id[]) in parse_multi_ss_id_str() argument
191 if (read_uint32(&shaper_id[i], token)) in parse_multi_ss_id_str()
822 uint32_t shaper_id; member
861 shaper_id, RTE_UINT32);
894 uint32_t shaper_id = res->shaper_id; in cmd_add_port_tm_node_shaper_profile_parsed() local
912 ret = rte_tm_shaper_profile_add(port_id, shaper_id, &sp, &error); in cmd_add_port_tm_node_shaper_profile_parsed()
951 uint32_t shaper_id; member
983 shaper_id, RTE_UINT32);
991 uint32_t shaper_id = res->shaper_id; in cmd_del_port_tm_node_shaper_profile_parsed() local
999 ret = rte_tm_shaper_profile_delete(port_id, shaper_id, &error); in cmd_del_port_tm_node_shaper_profile_parsed()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c93 nix_tm_shaper_profile_search(struct otx2_eth_dev *dev, uint32_t shaper_id) in nix_tm_shaper_profile_search() argument
98 if (tm_shaper_profile->shaper_profile_id == shaper_id) in nix_tm_shaper_profile_search()