Home
last modified time | relevance | path

Searched refs:mrvl_tm_shaper_profile (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.h145 struct mrvl_tm_shaper_profile { struct
146 LIST_ENTRY(mrvl_tm_shaper_profile) next;
163 struct mrvl_tm_shaper_profile *profile; argument
209 LIST_HEAD(shaper_profiles, mrvl_tm_shaper_profile) shaper_profiles;
H A Dmrvl_tm.c93 struct mrvl_tm_shaper_profile *profile = in mrvl_tm_deinit()
98 struct mrvl_tm_shaper_profile *next = LIST_NEXT(profile, next); in mrvl_tm_deinit()
340 static struct mrvl_tm_shaper_profile *
343 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_from_id()
367 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_add()
435 struct mrvl_tm_shaper_profile *profile; in mrvl_shaper_profile_delete()
579 struct mrvl_tm_shaper_profile *profile = NULL; in mrvl_node_add()