Searched refs:flow_fdir_list (Results 1 – 2 of 2) sorted by relevance
1262 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()
652 struct hns3_fdir_rule_list flow_fdir_list; /* flow fdir rule list */ member