Lines Matching refs:node
77 TAILQ_REMOVE(&vf->tm_conf.queue_list, tm_node, node); in iavf_tm_conf_uninit()
82 TAILQ_REMOVE(&vf->tm_conf.tc_list, tm_node, node); in iavf_tm_conf_uninit()
95 shaper_profile, node); in iavf_tm_conf_uninit()
114 TAILQ_FOREACH(tm_node, tc_list, node) { in iavf_tm_node_search()
121 TAILQ_FOREACH(tm_node, queue_list, node) { in iavf_tm_node_search()
262 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in iavf_shaper_profile_search()
410 tm_node, node); in iavf_tm_node_add()
415 tm_node, node); in iavf_tm_node_add()
478 TAILQ_REMOVE(&vf->tm_conf.tc_list, tm_node, node); in iavf_tm_node_delete()
481 TAILQ_REMOVE(&vf->tm_conf.queue_list, tm_node, node); in iavf_tm_node_delete()
549 shaper_profile, node); in iavf_shaper_profile_add()
580 TAILQ_REMOVE(&vf->tm_conf.shaper_profile_list, shaper_profile, node); in iavf_shaper_profile_del()
856 TAILQ_FOREACH(tm_node, queue_list, node) { in iavf_hierarchy_commit()