Searched refs:tm_shaper_profile (Results 1 – 3 of 3) sorted by relevance
195 struct tm_shaper_profile { struct196 TAILQ_ENTRY(tm_shaper_profile) node;202 TAILQ_HEAD(tm_shaper_profile_list, tm_shaper_profile); argument233 struct tm_shaper_profile *shaper_profile;
223 static struct tm_shaper_profile *228 struct tm_shaper_profile *sp; in tm_shaper_profile_search()955 struct tm_shaper_profile *sp; in shaper_profile_check()1035 struct tm_shaper_profile *sp; in pmd_tm_shaper_profile_add()1070 struct tm_shaper_profile *sp; in pmd_tm_shaper_profile_delete()1192 struct tm_shaper_profile *sp; in pmd_tm_shared_shaper_add_update()2435 struct tm_shaper_profile *ssp; in subport_profile_build()3025 struct tm_shaper_profile *sp) in update_subport_rate()3075 struct tm_shaper_profile *sp) in update_pipe_rate()3118 struct tm_shaper_profile *sp) in update_tc_rate()[all …]
95 struct otx2_nix_tm_shaper_profile *tm_shaper_profile; in nix_tm_shaper_profile_search() local97 TAILQ_FOREACH(tm_shaper_profile, &dev->shaper_profile_list, shaper) { in nix_tm_shaper_profile_search()98 if (tm_shaper_profile->shaper_profile_id == shaper_id) in nix_tm_shaper_profile_search()99 return tm_shaper_profile; in nix_tm_shaper_profile_search()