Searched refs:shaper_profiles (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.h | 182 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles;
|
| H A D | mrvl_tm.c | 76 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 D | dpaa2_ethdev.h | 213 LIST_HEAD(shaper_profiles, dpaa2_tm_shaper_profile) shaper_profiles;
|
| H A D | dpaa2_tm.c | 26 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 D | rte_eth_softnic_tm.c | 156 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 D | rte_eth_softnic_internals.h | 256 struct tm_shaper_profile_list shaper_profiles; member
|