Lines Matching refs:node
66 TAILQ_REMOVE(&pf->tm_conf.queue_list, tm_node, node); in hns3_tm_conf_uninit()
74 TAILQ_REMOVE(&pf->tm_conf.tc_list, tm_node, node); in hns3_tm_conf_uninit()
89 shaper_profile, node); in hns3_tm_conf_uninit()
159 TAILQ_FOREACH(shaper_profile, shaper_profile_list, node) { in hns3_tm_shaper_profile_search()
261 shaper_profile, node); in hns3_tm_shaper_profile_add()
291 TAILQ_REMOVE(&pf->tm_conf.shaper_profile_list, shaper_profile, node); in hns3_tm_shaper_profile_del()
313 TAILQ_FOREACH(tm_node, tc_list, node) { in hns3_tm_node_search()
320 TAILQ_FOREACH(tm_node, queue_list, node) { in hns3_tm_node_search()
544 TAILQ_INSERT_TAIL(&pf->tm_conf.tc_list, tm_node, node); in hns3_tm_tc_node_add()
593 TAILQ_INSERT_TAIL(&pf->tm_conf.queue_list, tm_node, node); in hns3_tm_queue_node_add()
671 TAILQ_REMOVE(&pf->tm_conf.tc_list, tm_node, node); in hns3_tm_node_do_delete()
674 TAILQ_REMOVE(&pf->tm_conf.queue_list, tm_node, node); in hns3_tm_node_do_delete()
969 TAILQ_FOREACH(tm_node, tc_list, node) { in hns3_tm_configure_check()
985 TAILQ_FOREACH(tm_node, queue_list, node) { in hns3_tm_configure_check()
1025 TAILQ_FOREACH(tm_node, tc_list, node) { in hns3_tm_hierarchy_do_commit()
1282 TAILQ_FOREACH(tm_node, tc_list, node) { in hns3_tm_dev_stop_proc()