Searched refs:shaper_profile_list (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_tm.c | 71 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 D | ixgbe_ethdev.h | 447 struct ixgbe_shaper_profile_list shaper_profile_list; member
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_tm.c | 71 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 D | i40e_ethdev.h | 1014 struct i40e_shaper_profile_list shaper_profile_list; member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 97 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 D | otx2_ethdev.h | 318 struct otx2_nix_tm_shaper_profile_list shaper_profile_list; member
|