Home
last modified time | relevance | path

Searched refs:rte_tm_shaper_profile_add (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map216 rte_tm_shaper_profile_add;
H A Drte_tm.h1467 rte_tm_shaper_profile_add(uint16_t port_id,
H A Drte_tm.c172 int rte_tm_shaper_profile_add(uint16_t port_id, in rte_tm_shaper_profile_add() function
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_tm.c912 ret = rte_tm_shaper_profile_add(port_id, shaper_id, &sp, &error); in cmd_add_port_tm_node_shaper_profile_parsed()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c269 status = rte_tm_shaper_profile_add(port_id, shaper_profile_id, &sp, &error); in cmd_tmgr_shaper_profile()