Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1262 fdir_rule_ptr = TAILQ_FIRST(&hw->flow_fdir_list); in hns3_filterlist_flush()
1264 TAILQ_REMOVE(&hw->flow_fdir_list, fdir_rule_ptr, entries); in hns3_filterlist_flush()
1266 fdir_rule_ptr = TAILQ_FIRST(&hw->flow_fdir_list); in hns3_filterlist_flush()
1842 TAILQ_INSERT_TAIL(&hw->flow_fdir_list, fdir_rule_ptr, entries); in hns3_flow_create_fdir_rule()
1950 TAILQ_REMOVE(&hw->flow_fdir_list, fdir_rule_ptr, entries); in hns3_flow_destroy()
2329 TAILQ_INIT(&hw->flow_fdir_list); in hns3_flow_init()
H A Dhns3_ethdev.h652 struct hns3_fdir_rule_list flow_fdir_list; /* flow fdir rule list */ member