Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1247 TAILQ_INIT(&process_list->fdir_list); in hns3_filterlist_init()
1248 TAILQ_INIT(&process_list->filter_rss_list); in hns3_filterlist_init()
1249 TAILQ_INIT(&process_list->flow_list); in hns3_filterlist_init()
1260 fdir_rule_ptr = TAILQ_FIRST(&process_list->fdir_list); in hns3_filterlist_flush()
1264 fdir_rule_ptr = TAILQ_FIRST(&process_list->fdir_list); in hns3_filterlist_flush()
1275 flow_node = TAILQ_FIRST(&process_list->flow_list); in hns3_filterlist_flush()
1280 flow_node = TAILQ_FIRST(&process_list->flow_list); in hns3_filterlist_flush()
1815 TAILQ_INSERT_TAIL(&process_list->filter_rss_list, in hns3_flow_create()
1849 TAILQ_INSERT_TAIL(&process_list->fdir_list, in hns3_flow_create()
1865 TAILQ_REMOVE(&process_list->flow_list, flow_node, entries); in hns3_flow_create()
[all …]