Searched refs:shaper_profiles (Results 1 – 4 of 4) sorted by relevance
209 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles;
76 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()
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()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()
244 struct tm_shaper_profile_list shaper_profiles; member