Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1269 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_filterlist_flush()
1271 TAILQ_REMOVE(&hw->flow_rss_list, rss_filter_ptr, entries); in hns3_filterlist_flush()
1273 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_filterlist_flush()
1635 TAILQ_FOREACH(rss_filter_ptr, &hw->flow_rss_list, entries) in hns3_config_rss_filter()
1654 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_clear_rss_filter()
1656 TAILQ_REMOVE(&hw->flow_rss_list, rss_filter_ptr, entries); in hns3_clear_rss_filter()
1664 rss_filter_ptr = TAILQ_FIRST(&hw->flow_rss_list); in hns3_clear_rss_filter()
1787 TAILQ_INSERT_TAIL(&hw->flow_rss_list, rss_filter_ptr, entries); in hns3_flow_create_rss_rule()
1963 TAILQ_REMOVE(&hw->flow_rss_list, rss_filter_ptr, entries); in hns3_flow_destroy()
2330 TAILQ_INIT(&hw->flow_rss_list); in hns3_flow_init()
H A Dhns3_ethdev.h653 struct hns3_rss_filter_list flow_rss_list; /* flow RSS rule list */ member