Home
last modified time | relevance | path

Searched refs:dpaa2_tm_shaper_profile (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_tm.h22 struct dpaa2_tm_shaper_profile { struct
23 LIST_ENTRY(dpaa2_tm_shaper_profile) next;
38 struct dpaa2_tm_shaper_profile *profile; argument
H A Ddpaa2_tm.c35 struct dpaa2_tm_shaper_profile *profile = in dpaa2_tm_deinit()
40 struct dpaa2_tm_shaper_profile *next = LIST_NEXT(profile, next); in dpaa2_tm_deinit()
256 static struct dpaa2_tm_shaper_profile *
260 struct dpaa2_tm_shaper_profile *profile; in dpaa2_shaper_profile_from_id()
275 struct dpaa2_tm_shaper_profile *profile; in dpaa2_shaper_profile_add()
339 struct dpaa2_tm_shaper_profile *profile; in dpaa2_shaper_profile_delete()
438 struct dpaa2_tm_shaper_profile *profile = NULL; in dpaa2_node_add()
H A Ddpaa2_ethdev.h213 LIST_HEAD(shaper_profiles, dpaa2_tm_shaper_profile) shaper_profiles;