Home
last modified time | relevance | path

Searched refs:tm_shaper_profile (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h195 struct tm_shaper_profile { struct
196 TAILQ_ENTRY(tm_shaper_profile) node;
202 TAILQ_HEAD(tm_shaper_profile_list, tm_shaper_profile); argument
233 struct tm_shaper_profile *shaper_profile;
H A Drte_eth_softnic_tm.c223 static struct tm_shaper_profile *
228 struct tm_shaper_profile *sp; in tm_shaper_profile_search()
955 struct tm_shaper_profile *sp; in shaper_profile_check()
1035 struct tm_shaper_profile *sp; in pmd_tm_shaper_profile_add()
1070 struct tm_shaper_profile *sp; in pmd_tm_shaper_profile_delete()
1192 struct tm_shaper_profile *sp; in pmd_tm_shared_shaper_add_update()
2435 struct tm_shaper_profile *ssp; in subport_profile_build()
3025 struct tm_shaper_profile *sp) in update_subport_rate()
3075 struct tm_shaper_profile *sp) in update_pipe_rate()
3118 struct tm_shaper_profile *sp) in update_tc_rate()
[all …]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c95 struct otx2_nix_tm_shaper_profile *tm_shaper_profile; in nix_tm_shaper_profile_search() local
97 TAILQ_FOREACH(tm_shaper_profile, &dev->shaper_profile_list, shaper) { in nix_tm_shaper_profile_search()
98 if (tm_shaper_profile->shaper_profile_id == shaper_id) in nix_tm_shaper_profile_search()
99 return tm_shaper_profile; in nix_tm_shaper_profile_search()