Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c162 TAILQ_INIT(&p->soft.tm.h.wred_profiles); in tm_hierarchy_init()
187 wred_profile = TAILQ_FIRST(&p->soft.tm.h.wred_profiles); in tm_hierarchy_free()
191 TAILQ_REMOVE(&p->soft.tm.h.wred_profiles, wred_profile, node); in tm_hierarchy_free()
255 struct tm_wred_profile_list *wpl = &p->soft.tm.h.wred_profiles; in tm_wred_profile_search()
1367 struct tm_wred_profile_list *wpl = &p->soft.tm.h.wred_profiles; in pmd_tm_wred_profile_add()
1423 TAILQ_REMOVE(&p->soft.tm.h.wred_profiles, wp, node); in pmd_tm_wred_profile_delete()
2498 struct tm_wred_profile_list *wpl = &h->wred_profiles; in hierarchy_commit_check()
H A Drte_eth_softnic_internals.h246 struct tm_wred_profile_list wred_profiles; member