Home
last modified time | relevance | path

Searched refs:shaper_profile_list (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_tm.c71 TAILQ_INIT(&tm_conf->shaper_profile_list); in ixgbe_tm_conf_init()
108 TAILQ_FIRST(&tm_conf->shaper_profile_list))) { in ixgbe_tm_conf_uninit()
109 TAILQ_REMOVE(&tm_conf->shaper_profile_list, in ixgbe_tm_conf_uninit()
216 struct ixgbe_shaper_profile_list *shaper_profile_list = in ixgbe_shaper_profile_search() local
217 &tm_conf->shaper_profile_list; in ixgbe_shaper_profile_search()
220 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in ixgbe_shaper_profile_search()
294 TAILQ_INSERT_TAIL(&tm_conf->shaper_profile_list, in ixgbe_shaper_profile_add()
327 TAILQ_REMOVE(&tm_conf->shaper_profile_list, shaper_profile, node); in ixgbe_shaper_profile_del()
H A Dixgbe_ethdev.h447 struct ixgbe_shaper_profile_list shaper_profile_list; member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_tm.c71 TAILQ_INIT(&pf->tm_conf.shaper_profile_list); in i40e_tm_conf_init()
107 TAILQ_FIRST(&pf->tm_conf.shaper_profile_list))) { in i40e_tm_conf_uninit()
108 TAILQ_REMOVE(&pf->tm_conf.shaper_profile_list, in i40e_tm_conf_uninit()
207 struct i40e_shaper_profile_list *shaper_profile_list = in i40e_shaper_profile_search() local
208 &pf->tm_conf.shaper_profile_list; in i40e_shaper_profile_search()
211 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in i40e_shaper_profile_search()
284 TAILQ_INSERT_TAIL(&pf->tm_conf.shaper_profile_list, in i40e_shaper_profile_add()
316 TAILQ_REMOVE(&pf->tm_conf.shaper_profile_list, shaper_profile, node); in i40e_shaper_profile_del()
H A Di40e_ethdev.h1014 struct i40e_shaper_profile_list shaper_profile_list; member
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c97 TAILQ_FOREACH(tm_shaper_profile, &dev->shaper_profile_list, shaper) { in nix_tm_shaper_profile_search()
852 while ((shaper_profile = TAILQ_FIRST(&dev->shaper_profile_list))) { in nix_tm_clear_shaper_profiles()
856 TAILQ_REMOVE(&dev->shaper_profile_list, shaper_profile, shaper); in nix_tm_clear_shaper_profiles()
1752 TAILQ_FOREACH(profile, &dev->shaper_profile_list, shaper) { in nix_tm_shaper_profile_update_min()
2177 TAILQ_INSERT_TAIL(&dev->shaper_profile_list, profile, shaper); in otx2_nix_tm_shaper_profile_add()
2228 TAILQ_REMOVE(&dev->shaper_profile_list, profile, shaper); in otx2_nix_tm_shaper_profile_delete()
2963 TAILQ_INIT(&dev->shaper_profile_list); in otx2_nix_tm_conf_init()
H A Dotx2_ethdev.h318 struct otx2_nix_tm_shaper_profile_list shaper_profile_list; member