Home
last modified time | relevance | path

Searched refs:shaper_profiles (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h209 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles;
H A Dmrvl_tm.c76 LIST_INIT(&priv->shaper_profiles); in mrvl_tm_init()
94 LIST_FIRST(&priv->shaper_profiles); in mrvl_tm_deinit()
345 LIST_FOREACH(profile, &priv->shaper_profiles, next) in mrvl_shaper_profile_from_id()
417 LIST_INSERT_HEAD(&priv->shaper_profiles, profile, next); in mrvl_shaper_profile_add()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c156 TAILQ_INIT(&p->soft.tm.h.shaper_profiles); in tm_hierarchy_init()
211 shaper_profile = TAILQ_FIRST(&p->soft.tm.h.shaper_profiles); in tm_hierarchy_free()
215 TAILQ_REMOVE(&p->soft.tm.h.shaper_profiles, in tm_hierarchy_free()
227 struct tm_shaper_profile_list *spl = &p->soft.tm.h.shaper_profiles; in tm_shaper_profile_search()
1034 struct tm_shaper_profile_list *spl = &p->soft.tm.h.shaper_profiles; in pmd_tm_shaper_profile_add()
1090 TAILQ_REMOVE(&p->soft.tm.h.shaper_profiles, sp, node); in pmd_tm_shaper_profile_delete()
H A Drte_eth_softnic_internals.h244 struct tm_shaper_profile_list shaper_profiles; member