Home
last modified time | relevance | path

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

/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.h442 struct ixgbe_shaper_profile_list shaper_profile_list; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_tm.c71 TAILQ_INIT(&tm_conf->shaper_profile_list); in txgbe_tm_conf_init()
107 TAILQ_FIRST(&tm_conf->shaper_profile_list))) { in txgbe_tm_conf_uninit()
108 TAILQ_REMOVE(&tm_conf->shaper_profile_list, in txgbe_tm_conf_uninit()
208 struct txgbe_shaper_profile_list *shaper_profile_list = in txgbe_shaper_profile_search() local
209 &tm_conf->shaper_profile_list; in txgbe_shaper_profile_search()
212 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in txgbe_shaper_profile_search()
285 TAILQ_INSERT_TAIL(&tm_conf->shaper_profile_list, in txgbe_shaper_profile_add()
317 TAILQ_REMOVE(&tm_conf->shaper_profile_list, shaper_profile, node); in txgbe_shaper_profile_del()
H A Dtxgbe_ethdev.h316 struct txgbe_shaper_profile_list shaper_profile_list; member
/dpdk/drivers/net/ice/
H A Dice_dcf_sched.c45 TAILQ_INIT(&hw->tm_conf.shaper_profile_list); in ice_dcf_tm_conf_init()
82 TAILQ_FIRST(&hw->tm_conf.shaper_profile_list))) { in ice_dcf_tm_conf_uninit()
83 TAILQ_REMOVE(&hw->tm_conf.shaper_profile_list, in ice_dcf_tm_conf_uninit()
127 struct ice_dcf_shaper_profile_list *shaper_profile_list = in ice_dcf_shaper_profile_search() local
128 &hw->tm_conf.shaper_profile_list; in ice_dcf_shaper_profile_search()
131 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in ice_dcf_shaper_profile_search()
523 TAILQ_INSERT_TAIL(&hw->tm_conf.shaper_profile_list, in ice_dcf_shaper_profile_add()
556 TAILQ_REMOVE(&hw->tm_conf.shaper_profile_list, shaper_profile, node); in ice_dcf_shaper_profile_del()
H A Dice_dcf.h74 struct ice_dcf_shaper_profile_list shaper_profile_list; member
/dpdk/drivers/net/iavf/
H A Diavf_tm.c57 TAILQ_INIT(&vf->tm_conf.shaper_profile_list); in iavf_tm_conf_init()
93 TAILQ_FIRST(&vf->tm_conf.shaper_profile_list))) { in iavf_tm_conf_uninit()
94 TAILQ_REMOVE(&vf->tm_conf.shaper_profile_list, in iavf_tm_conf_uninit()
258 struct iavf_shaper_profile_list *shaper_profile_list = in iavf_shaper_profile_search() local
259 &vf->tm_conf.shaper_profile_list; in iavf_shaper_profile_search()
262 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in iavf_shaper_profile_search()
548 TAILQ_INSERT_TAIL(&vf->tm_conf.shaper_profile_list, in iavf_shaper_profile_add()
580 TAILQ_REMOVE(&vf->tm_conf.shaper_profile_list, shaper_profile, node); in iavf_shaper_profile_del()
H A Diavf.h201 struct iavf_shaper_profile_list shaper_profile_list; member
/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.h1008 struct i40e_shaper_profile_list shaper_profile_list; member
/dpdk/drivers/net/hns3/
H A Dhns3_tm.c41 TAILQ_INIT(&pf->tm_conf.shaper_profile_list); in hns3_tm_conf_init()
87 TAILQ_FIRST(&pf->tm_conf.shaper_profile_list))) { in hns3_tm_conf_uninit()
88 TAILQ_REMOVE(&pf->tm_conf.shaper_profile_list, in hns3_tm_conf_uninit()
155 struct hns3_shaper_profile_list *shaper_profile_list = in hns3_tm_shaper_profile_search() local
156 &pf->tm_conf.shaper_profile_list; in hns3_tm_shaper_profile_search()
159 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in hns3_tm_shaper_profile_search()
260 TAILQ_INSERT_TAIL(&pf->tm_conf.shaper_profile_list, in hns3_tm_shaper_profile_add()
291 TAILQ_REMOVE(&pf->tm_conf.shaper_profile_list, shaper_profile, node); in hns3_tm_shaper_profile_del()
H A Dhns3_tm.h63 struct hns3_shaper_profile_list shaper_profile_list; member
H A Dhns3_ethdev_dump.c637 struct hns3_shaper_profile_list *shaper_profile_list = in get_tm_conf_shaper_info() local
638 &conf->shaper_profile_list; in get_tm_conf_shaper_info()
645 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in get_tm_conf_shaper_info()
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c107 TAILQ_FOREACH(profile, &nix->shaper_profile_list, shaper) { in nix_tm_shaper_profile_search()
884 TAILQ_FOREACH(profile, &nix->shaper_profile_list, shaper) { in nix_tm_shaper_profile_rate_min()
1065 list = &nix->shaper_profile_list; in roc_nix_tm_shaper_profile_next()
H A Droc_nix_tm.c23 list = &nix->shaper_profile_list; in nix_tm_clear_shaper_profiles()
28 TAILQ_REMOVE(&nix->shaper_profile_list, shaper_profile, shaper); in nix_tm_clear_shaper_profiles()
1675 TAILQ_INIT(&nix->shaper_profile_list); in nix_tm_conf_init()
H A Droc_nix_priv.h177 struct nix_tm_shaper_profile_list shaper_profile_list; member
H A Droc_nix_tm_ops.c195 TAILQ_INSERT_TAIL(&nix->shaper_profile_list, profile, shaper); in nix_tm_shaper_profile_add()
271 TAILQ_REMOVE(&nix->shaper_profile_list, profile, shaper); in roc_nix_tm_shaper_profile_delete()