Home
last modified time | relevance | path

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

/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h182 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()
365 LIST_FOREACH(profile, &priv->shaper_profiles, next) in mrvl_shaper_profile_from_id()
442 LIST_INSERT_HEAD(&priv->shaper_profiles, profile, next); in mrvl_shaper_profile_add()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h213 LIST_HEAD(shaper_profiles, dpaa2_tm_shaper_profile) shaper_profiles;
H A Ddpaa2_tm.c26 LIST_INIT(&priv->shaper_profiles); in dpaa2_tm_init()
36 LIST_FIRST(&priv->shaper_profiles); in dpaa2_tm_deinit()
262 LIST_FOREACH(profile, &priv->shaper_profiles, next) in dpaa2_shaper_profile_from_id()
329 LIST_INSERT_HEAD(&priv->shaper_profiles, profile, next); in dpaa2_shaper_profile_add()
/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()
1028 struct tm_shaper_profile_list *spl = &p->soft.tm.h.shaper_profiles; in pmd_tm_shaper_profile_add()
1084 TAILQ_REMOVE(&p->soft.tm.h.shaper_profiles, sp, node); in pmd_tm_shaper_profile_delete()
H A Drte_eth_softnic_internals.h256 struct tm_shaper_profile_list shaper_profiles; member